Html Css Color HEX #02802B Dark Spring Green

📋 copy color: '#02802B'

red 2 ◦ green 128 ◦ blue 43

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

Shades of Dark Spring Green #02802B

Tints of Dark Spring Green #02802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 1.16%
G = 73.99%
B = 24.86%

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

#02802B (or 0x02802B) is known color: Dark Spring Green. HEX triplet: 02, 80 and 2B. RGB value is (2,128,43). Sum of RGB (Red+Green+Blue) = 2+128+43=173 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.16% from 173); Green value is 128 (50.39% from 255 or 73.99% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 128 - color contains mainly: green. Hex color #02802B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02802B is #FD7FD4. Grayscale: #505050. Windows color (decimal): -16613333 or 2850818. OLE color: 2850818.

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

Color convert

RGB 2 128 43 -
CMYK 0.98 0 0.66 0.50
HSL 139.52º 0.97% 0.25% -
HSV(B) 139.52º 0.98% 0.5% -
XYZ 8.18 15.63 4.87 -
YUV 80.64 106.76 71.91 -
System Red Green Blue C M Y K H S L
Decimal 2 128 43 0.98 0 0.66 0.50 139.52 0.97 0.25
Hex 2 80 2B 62 0 42 32 8C 61 19
Octal 2 200 53 142 0 102 62 214 141 31
Binary 10 10000000 101011 1100010 0 1000010 110010 10001100 1100001 11001

Color Harmonies of #02802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02802B

Black with #02802B

Text Example


Text Example

White with #02802B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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