Html Css Color HEX #02824E Watercourse

📋 copy color: '#02824E'

red 2 ◦ green 130 ◦ blue 78

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

Shades of Watercourse #02824E

Tints of Watercourse #02824E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 61.9%

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 0.95%
G = 61.9%
B = 37.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.49

RGB Variations

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

Color information

#02824E (or 0x02824E) is known color: Watercourse. HEX triplet: 02, 82 and 4E. RGB value is (2,130,78). Sum of RGB (Red+Green+Blue) = 2+130+78=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 130 (51.17% from 255 or 61.90% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 130 - color contains mainly: green. Hex color #02824E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02824E is #FD7DB1. Grayscale: #555555. Windows color (decimal): -16612786 or 5145090. OLE color: 5145090.

HSL color Cylindrical-coordinate representation of color #02824E: hue angle of 155.62º 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 #02824E is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 78 -
CMYK 0.98 0 0.40 0.49
HSL 155.63º 0.97% 0.26% -
HSV(B) 155.63º 0.98% 0.51% -
XYZ 9.38 16.53 9.9 -
YUV 85.8 123.59 68.23 -
System Red Green Blue C M Y K H S L
Decimal 2 130 78 0.98 0 0.40 0.49 155.63 0.97 0.26
Hex 2 82 4E 62 0 28 31 9C 61 1A
Octal 2 202 116 142 0 50 61 234 141 32
Binary 10 10000010 1001110 1100010 0 101000 110001 10011100 1100001 11010

Color Harmonies of #02824E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02824E

Black with #02824E

Text Example


Text Example

White with #02824E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02824E; }

 p { color: rgb(2,130,78); }

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

background-color css

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

 a { background-color: rgb(2,130,78); }

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

border-color css

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

 span { border-color: rgb(2,130,78); }

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