Html Css Color HEX #02802C Dark Spring Green

📋 copy color: '#02802C'

red 2 ◦ green 128 ◦ blue 44

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

Shades of Dark Spring Green #02802C

Tints of Dark Spring Green #02802C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 25.29%

R = 1.15%
G = 73.56%
B = 25.29%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.66

 K value IS 0.50

RGB Variations

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

Color information

#02802C (or 0x02802C) is known color: Dark Spring Green. HEX triplet: 02, 80 and 2C. RGB value is (2,128,44). Sum of RGB (Red+Green+Blue) = 2+128+44=174 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.15% from 174); Green value is 128 (50.39% from 255 or 73.56% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 128 - color contains mainly: green. Hex color #02802C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02802C is #FD7FD3. Grayscale: #505050. Windows color (decimal): -16613332 or 2916354. OLE color: 2916354.

HSL color Cylindrical-coordinate representation of color #02802C: hue angle of 140º 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 #02802C is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.50.

Color convert

RGB 2 128 44 -
CMYK 0.98 0 0.66 0.50
HSL 140º 0.97% 0.25% -
HSV(B) 140º 0.98% 0.5% -
XYZ 8.2 15.63 4.97 -
YUV 80.75 107.26 71.83 -
System Red Green Blue C M Y K H S L
Decimal 2 128 44 0.98 0 0.66 0.50 140 0.97 0.25
Hex 2 80 2C 62 0 42 32 8C 61 19
Octal 2 200 54 142 0 102 62 214 141 31
Binary 10 10000000 101100 1100010 0 1000010 110010 10001100 1100001 11001

Color Harmonies of #02802C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02802C

Black with #02802C

Text Example


Text Example

White with #02802C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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