Html Css Color HEX #02814C Watercourse

📋 copy color: '#02814C'

red 2 ◦ green 129 ◦ blue 76

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

Shades of Watercourse #02814C

Tints of Watercourse #02814C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 62.32%

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 0.97%
G = 62.32%
B = 36.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#02814C (or 0x02814C) is known color: Watercourse. HEX triplet: 02, 81 and 4C. RGB value is (2,129,76). Sum of RGB (Red+Green+Blue) = 2+129+76=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 129 (50.78% from 255 or 62.32% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 129 - color contains mainly: green. Hex color #02814C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02814C is #FD7EB3. Grayscale: #555555. Windows color (decimal): -16613044 or 5013762. OLE color: 5013762.

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

Color convert

RGB 2 129 76 -
CMYK 0.98 0 0.41 0.49
HSL 154.96º 0.97% 0.26% -
HSV(B) 154.96º 0.98% 0.51% -
XYZ 9.18 16.24 9.49 -
YUV 84.99 122.92 68.81 -
System Red Green Blue C M Y K H S L
Decimal 2 129 76 0.98 0 0.41 0.49 154.96 0.97 0.26
Hex 2 81 4C 62 0 29 31 9B 61 1A
Octal 2 201 114 142 0 51 61 233 141 32
Binary 10 10000001 1001100 1100010 0 101001 110001 10011011 1100001 11010

Color Harmonies of #02814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02814C

Black with #02814C

Text Example


Text Example

White with #02814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02814C; }

 p { color: rgb(2,129,76); }

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

background-color css

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

 a { background-color: rgb(2,129,76); }

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

border-color css

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

 span { border-color: rgb(2,129,76); }

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