Html Css Color HEX #027242 Watercourse

📋 copy color: '#027242'

red 2 ◦ green 114 ◦ blue 66

#027242
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Watercourse #027242

Tints of Watercourse #027242

RGB

 RED value IS 2 (1.17% from 255) = 1.1%

 GREEN value IS 114 (44.92% from 255) = 62.64%

 BLUE value IS 66 (26.17% from 255) = 36.26%

R = 1.1%
G = 62.64%
B = 36.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#027242 (or 0x027242) is known color: 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

RGB 2 114 66 -
CMYK 0.98 0 0.42 0.55
HSL 154.29º 0.97% 0.23% -
HSV(B) 154.29º 0.98% 0.45% -
XYZ 7.03 12.44 7.19 -
YUV 75.04 122.89 75.9 -
System Red Green Blue C M Y K H S L
Decimal 2 114 66 0.98 0 0.42 0.55 154.29 0.97 0.23
Hex 2 72 42 62 0 2A 37 9A 61 17
Octal 2 162 102 142 0 52 67 232 141 27
Binary 10 1110010 1000010 1100010 0 101010 110111 10011010 1100001 10111

Color Harmonies of #027242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027242

Black with #027242

Text Example


Text Example

White with #027242

Text Example


Text Example

HTML Codes & Css Web 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>