#027C4B

Color #027C4B Watercourse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Watercourse #027C4B

Tints of Watercourse #027C4B

Color information

#027C4B (or 0x027C4B) is unknown color: approx Watercourse. HEX triplet: 02, 7C and 4B. RGB value is (2,124,75). Sum of RGB (Red+Green+Blue) = 2+124+75=201 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.00% from 201); Green value is 124 (48.83% from 255 or 61.69% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 124 - color contains mainly: green. Hex color #027C4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027C4B is #FD83B4. Grayscale: #525252. Windows color (decimal): -16614325 or 4946946. OLE color: 4946946.

HSL color Cylindrical-coordinate representation of color #027C4B: hue angle of 155.9º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027C4B is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB212475-
CMYK0.9800.400.51
HSL155.9º96.83%24.71%-
HSV(B)155.9º98.39%48.63%-
XYZ8.514.949.09-
YUV81.94124.0870.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.00%
GREEN value IS 124 (48.83% from 255) = 61.69%
BLUE value IS 75 (29.69% from 255) = 37.31%
R=1.00%
G=61.69%
B=37.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal2124750.9800.400.51155.996.8324.71
Hex27C4B62028339c6119
Octal21741131420506323414131
Binary10111110010010111100010010100011001110011100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027C4B; }

 p { color: rgb(2,124,75); }

 H1.HeaderClassName
 {
   color: #027C4B;
 }
 .AnyTagClassName
 {
   color: #027C4B;
 }
</style>
background-color css

<style>
 a { background-color: #027C4B; }

 a { background-color: rgb(2,124,75); }

 div.DivClassName
 {
   background-color: #027C4B;
 }
 .BgClassName
 {
   background-color: #027C4B;
 }
</style>
border-color css

<style>
 span { border-color: #027C4B; }

 span { border-color: rgb(2,124,75); }

 td.TdClassName
 {
   border-color: #027C4B;
 }
 .TagClassName
 {
   border-color: #027C4B;
 }
</style>