#027242

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

Shades of Watercourse #027242

Tints of Watercourse #027242

Color information

#027242 (or 0x027242) is unknown color: approx Watercourse. HEX triplet: 02, 72 and 42. RGB value is (2,114,66). Sum of RGB (Red+Green+Blue) = 2+114+66=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 114 (44.92% from 255 or 62.64% from 182); Blue value is 66 (26.17% from 255 or 36.26% from 182); Max value from RGB is 114 - color contains mainly: green. Hex color #027242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027242 is #FD8DBD. Grayscale: #4B4B4B. Windows color (decimal): -16616894 or 4354562. OLE color: 4354562.

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

Color convert

RGB211466-
CMYK0.9800.420.55
HSL154.29º96.55%22.75%-
HSV(B)154.29º98.25%44.71%-
XYZ7.0312.447.19-
YUV75.04122.8975.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.10%
GREEN value IS 114 (44.92% from 255) = 62.64%
BLUE value IS 66 (26.17% from 255) = 36.26%
R=1.10%
G=62.64%
B=36.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2114660.9800.420.55154.2996.5522.75
Hex272426202A379a6117
Octal21621021420526723214127
Binary10111001010000101100010010101011011110011010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027242; }

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

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

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

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

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

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

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

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