#00882C

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

Shades of Dark Spring Green #00882C

Tints of Dark Spring Green #00882C

Color information

#00882C (or 0x00882C) is unknown color: approx Dark Spring Green. HEX triplet: 00, 88 and 2C. RGB value is (0,136,44). Sum of RGB (Red+Green+Blue) = 0+136+44=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 136 (53.52% from 255 or 75.56% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 136 - color contains mainly: green. Hex color #00882C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00882C is #FF77D3. Grayscale: #555555. Windows color (decimal): -16742356 or 2918400. OLE color: 2918400.

HSL color Cylindrical-coordinate representation of color #00882C: hue angle of 139.41º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00882C is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB013644-
CMYK100.680.47
HSL139.41º100%26.67%-
HSV(B)139.41º100%53.33%-
XYZ9.2617.795.33-
YUV84.85104.9467.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 136 (53.52% from 255) = 75.56%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=0%
G=75.56%
B=24.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013644100.680.47139.4110026.67
Hex0882C640442F8b641b
Octal02105414401045721314433
Binary01000100010110011001000100010010111110001011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00882C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00882C; }

 p { color: rgb(0,136,44); }

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

<style>
 a { background-color: #00882C; }

 a { background-color: rgb(0,136,44); }

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

<style>
 span { border-color: #00882C; }

 span { border-color: rgb(0,136,44); }

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