#027542

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

Shades of Watercourse #027542

Tints of Watercourse #027542

Color information

#027542 (or 0x027542) is unknown color: approx Watercourse. HEX triplet: 02, 75 and 42. RGB value is (2,117,66). Sum of RGB (Red+Green+Blue) = 2+117+66=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 117 (46.09% from 255 or 63.24% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 117 - color contains mainly: green. Hex color #027542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027542 is #FD8ABD. Grayscale: #4C4C4C. Windows color (decimal): -16616126 or 4355330. OLE color: 4355330.

HSL color Cylindrical-coordinate representation of color #027542: hue angle of 153.39º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027542 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB211766-
CMYK0.9800.440.54
HSL153.39º96.64%23.33%-
HSV(B)153.39º98.29%45.88%-
XYZ7.3713.137.3-
YUV76.8121.974.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.08%
GREEN value IS 117 (46.09% from 255) = 63.24%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=1.08%
G=63.24%
B=35.68%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2117660.9800.440.54153.3996.6423.33
Hex275426202C36996117
Octal21651021420546623114127
Binary10111010110000101100010010110011011010011001110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027542; }

 p { color: rgb(2,117,66); }

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

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

 a { background-color: rgb(2,117,66); }

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

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

 span { border-color: rgb(2,117,66); }

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