#00822B

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

Shades of Dark Spring Green #00822B

Tints of Dark Spring Green #00822B

Color information

#00822B (or 0x00822B) is unknown color: approx Dark Spring Green. HEX triplet: 00, 82 and 2B. RGB value is (0,130,43). Sum of RGB (Red+Green+Blue) = 0+130+43=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 130 (51.17% from 255 or 75.14% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 130 - color contains mainly: green. Hex color #00822B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00822B is #FF7DD4. Grayscale: #515151. Windows color (decimal): -16743893 or 2851328. OLE color: 2851328.

HSL color Cylindrical-coordinate representation of color #00822B: hue angle of 139.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00822B is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.49.

Color convert

RGB013043-
CMYK100.670.49
HSL139.85º100%25.49%-
HSV(B)139.85º100%50.98%-
XYZ8.4216.144.96-
YUV81.21106.4370.07-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 75.14%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=0%
G=75.14%
B=24.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013043100.670.49139.8510025.49
Hex0822B64043318c6419
Octal02025314401036121414431
Binary01000001010101111001000100001111000110001100110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00822B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,130,43); }

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

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

 a { background-color: rgb(0,130,43); }

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

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

 span { border-color: rgb(0,130,43); }

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