Html Css Color HEX #027642 Watercourse

📋 copy color: '#027642'

red 2 ◦ green 118 ◦ blue 66

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

Shades of Watercourse #027642

Tints of Watercourse #027642

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.44%

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

R = 1.08%
G = 63.44%
B = 35.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#027642 (or 0x027642) is known color: Watercourse. HEX triplet: 02, 76 and 42. RGB value is (2,118,66). Sum of RGB (Red+Green+Blue) = 2+118+66=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 118 (46.48% from 255 or 63.44% from 186); Blue value is 66 (26.17% from 255 or 35.48% from 186); Max value from RGB is 118 - color contains mainly: green. Hex color #027642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027642 is #FD89BD. Grayscale: #4D4D4D. Windows color (decimal): -16615870 or 4355586. OLE color: 4355586.

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

Color convert

RGB 2 118 66 -
CMYK 0.98 0 0.44 0.54
HSL 153.1º 0.97% 0.24% -
HSV(B) 153.1º 0.98% 0.46% -
XYZ 7.49 13.36 7.34 -
YUV 77.39 121.57 74.23 -
System Red Green Blue C M Y K H S L
Decimal 2 118 66 0.98 0 0.44 0.54 153.1 0.97 0.24
Hex 2 76 42 62 0 2C 36 99 61 18
Octal 2 166 102 142 0 54 66 231 141 30
Binary 10 1110110 1000010 1100010 0 101100 110110 10011001 1100001 11000

Color Harmonies of #027642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027642

Black with #027642

Text Example


Text Example

White with #027642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027642; }

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

 H1.HeaderClassName
 {
   color: #027642;
 }
 .AnyTagClassName
 {
   color: #027642;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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