Html Css Color HEX #02804C Watercourse

📋 copy color: '#02804C'

red 2 ◦ green 128 ◦ blue 76

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

Shades of Watercourse #02804C

Tints of Watercourse #02804C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 62.14%

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

R = 0.97%
G = 62.14%
B = 36.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#02804C (or 0x02804C) is known color: Watercourse. HEX triplet: 02, 80 and 4C. RGB value is (2,128,76). Sum of RGB (Red+Green+Blue) = 2+128+76=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 128 (50.39% from 255 or 62.14% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 128 - color contains mainly: green. Hex color #02804C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02804C is #FD7FB3. Grayscale: #545454. Windows color (decimal): -16613300 or 5013506. OLE color: 5013506.

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

Color convert

RGB 2 128 76 -
CMYK 0.98 0 0.41 0.50
HSL 155.24º 0.97% 0.25% -
HSV(B) 155.24º 0.98% 0.5% -
XYZ 9.05 15.97 9.44 -
YUV 84.4 123.26 69.23 -
System Red Green Blue C M Y K H S L
Decimal 2 128 76 0.98 0 0.41 0.50 155.24 0.97 0.25
Hex 2 80 4C 62 0 29 32 9B 61 19
Octal 2 200 114 142 0 51 62 233 141 31
Binary 10 10000000 1001100 1100010 0 101001 110010 10011011 1100001 11001

Color Harmonies of #02804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02804C

Black with #02804C

Text Example


Text Example

White with #02804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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