#08822F

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

Shades of Dark Spring Green #08822F

Tints of Dark Spring Green #08822F

Color information

#08822F (or 0x08822F) is unknown color: approx Dark Spring Green. HEX triplet: 08, 82 and 2F. RGB value is (8,130,47). Sum of RGB (Red+Green+Blue) = 8+130+47=185 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.32% from 185); Green value is 130 (51.17% from 255 or 70.27% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 130 - color contains mainly: green. Hex color #08822F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08822F is #F77DD0. Grayscale: #545454. Windows color (decimal): -16219601 or 3113480. OLE color: 3113480.

HSL color Cylindrical-coordinate representation of color #08822F: hue angle of 139.18º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08822F is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.

Color convert

RGB813047-
CMYK0.9400.640.49
HSL139.18º88.41%27.06%-
HSV(B)139.18º93.85%50.98%-
XYZ8.616.225.37-
YUV84.06107.0873.75-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.32%
GREEN value IS 130 (51.17% from 255) = 70.27%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=4.32%
G=70.27%
B=25.41%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8130470.9400.640.49139.1888.4127.06
Hex8822F5E040318b581b
Octal102025713601006121313033
Binary10001000001010111110111100100000011000110001011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08822F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,130,47); }

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

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

 a { background-color: rgb(8,130,47); }

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

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

 span { border-color: rgb(8,130,47); }

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