#008232

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

Shades of Dark Spring Green #008232

Tints of Dark Spring Green #008232

Color information

#008232 (or 0x008232) is unknown color: approx Dark Spring Green. HEX triplet: 00, 82 and 32. RGB value is (0,130,50). Sum of RGB (Red+Green+Blue) = 0+130+50=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 130 (51.17% from 255 or 72.22% from 180); Blue value is 50 (19.92% from 255 or 27.78% from 180); Max value from RGB is 130 - color contains mainly: green. Hex color #008232 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008232 is #FF7DCD. Grayscale: #525252. Windows color (decimal): -16743886 or 3310080. OLE color: 3310080.

HSL color Cylindrical-coordinate representation of color #008232: hue angle of 143.08º 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 #008232 is Cyan = 1, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB013050-
CMYK100.620.49
HSL143.08º100%25.49%-
HSV(B)143.08º100%50.98%-
XYZ8.5616.25.69-
YUV82.01109.9369.5-

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) = 72.22%
BLUE value IS 50 (19.92% from 255) = 27.78%
R=0%
G=72.22%
B=27.78%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013050100.620.49143.0810025.49
Hex082326403E318f6419
Octal0202621440766121714431
Binary0100000101100101100100011111011000110001111110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008232; }

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

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

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

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

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

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

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

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