Html Css Color HEX #02882F Dark Spring Green

📋 copy color: '#02882F'

red 2 ◦ green 136 ◦ blue 47

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

Shades of Dark Spring Green #02882F

Tints of Dark Spring Green #02882F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 73.51%

 BLUE value IS 47 (18.75% from 255) = 25.41%

R = 1.08%
G = 73.51%
B = 25.41%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.47

RGB Variations

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

Color information

#02882F (or 0x02882F) is known color: Dark Spring Green. HEX triplet: 02, 88 and 2F. RGB value is (2,136,47). Sum of RGB (Red+Green+Blue) = 2+136+47=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 136 (53.52% from 255 or 73.51% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 136 - color contains mainly: green. Hex color #02882F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02882F is #FD77D0. Grayscale: #565656. Windows color (decimal): -16611281 or 3115010. OLE color: 3115010.

HSL color Cylindrical-coordinate representation of color #02882F: hue angle of 140.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02882F is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 47 -
CMYK 0.99 0 0.65 0.47
HSL 140.15º 0.97% 0.27% -
HSV(B) 140.15º 0.99% 0.53% -
XYZ 9.34 17.83 5.64 -
YUV 85.79 106.11 68.24 -
System Red Green Blue C M Y K H S L
Decimal 2 136 47 0.99 0 0.65 0.47 140.15 0.97 0.27
Hex 2 88 2F 63 0 41 2F 8C 61 1B
Octal 2 210 57 143 0 101 57 214 141 33
Binary 10 10001000 101111 1100011 0 1000001 101111 10001100 1100001 11011

Color Harmonies of #02882F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02882F

Black with #02882F

Text Example


Text Example

White with #02882F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02882F; }

 p { color: rgb(2,136,47); }

 H1.HeaderClassName
 {
   color: #02882F;
 }
 .AnyTagClassName
 {
   color: #02882F;
 }
</style>

background-color css

<style>
 a { background-color: #02882F; }

 a { background-color: rgb(2,136,47); }

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

border-color css

<style>
 span { border-color: #02882F; }

 span { border-color: rgb(2,136,47); }

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