#02812F

Color #02812F Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #02812F

Tints of Dark Spring Green #02812F

Color information

#02812F (or 0x02812F) is unknown color: approx Dark Spring Green. HEX triplet: 02, 81 and 2F. RGB value is (2,129,47). Sum of RGB (Red+Green+Blue) = 2+129+47=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 129 (50.78% from 255 or 72.47% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 129 - color contains mainly: green. Hex color #02812F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02812F is #FD7ED0. Grayscale: #515151. Windows color (decimal): -16613073 or 3113218. OLE color: 3113218.

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

Color convert

RGB212947-
CMYK0.9800.640.49
HSL141.26º96.95%25.69%-
HSV(B)141.26º98.45%50.59%-
XYZ8.3915.925.32-
YUV81.68108.4271.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 129 (50.78% from 255) = 72.47%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=1.12%
G=72.47%
B=26.40%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal2129470.9800.640.49141.2696.9525.69
Hex2812F62040318d611a
Octal22015714201006121514132
Binary101000000110111111000100100000011000110001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02812F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02812F;
 }
 .AnyTagClassName
 {
   color: #02812F;
 }
</style>
background-color css

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

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

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

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

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

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