Html Css Color HEX #02802D Dark Spring Green

📋 copy color: '#02802D'

red 2 ◦ green 128 ◦ blue 45

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

Shades of Dark Spring Green #02802D

Tints of Dark Spring Green #02802D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 25.71%

R = 1.14%
G = 73.14%
B = 25.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.65

 K value IS 0.50

RGB Variations

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

Color information

#02802D (or 0x02802D) is known color: Dark Spring Green. HEX triplet: 02, 80 and 2D. RGB value is (2,128,45). Sum of RGB (Red+Green+Blue) = 2+128+45=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 128 (50.39% from 255 or 73.14% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 128 - color contains mainly: green. Hex color #02802D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02802D is #FD7FD2. Grayscale: #515151. Windows color (decimal): -16613331 or 2981890. OLE color: 2981890.

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

Color convert

RGB 2 128 45 -
CMYK 0.98 0 0.65 0.50
HSL 140.48º 0.97% 0.25% -
HSV(B) 140.48º 0.98% 0.5% -
XYZ 8.22 15.64 5.07 -
YUV 80.86 107.76 71.75 -
System Red Green Blue C M Y K H S L
Decimal 2 128 45 0.98 0 0.65 0.50 140.48 0.97 0.25
Hex 2 80 2D 62 0 41 32 8C 61 19
Octal 2 200 55 142 0 101 62 214 141 31
Binary 10 10000000 101101 1100010 0 1000001 110010 10001100 1100001 11001

Color Harmonies of #02802D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02802D

Black with #02802D

Text Example


Text Example

White with #02802D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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