#008732

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

Shades of Dark Spring Green #008732

Tints of Dark Spring Green #008732

Color information

#008732 (or 0x008732) is unknown color: approx Dark Spring Green. HEX triplet: 00, 87 and 32. RGB value is (0,135,50). Sum of RGB (Red+Green+Blue) = 0+135+50=185 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 185); Green value is 135 (53.12% from 255 or 72.97% from 185); Blue value is 50 (19.92% from 255 or 27.03% from 185); Max value from RGB is 135 - color contains mainly: green. Hex color #008732 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008732 is #FF78CD. Grayscale: #555555. Windows color (decimal): -16742606 or 3311360. OLE color: 3311360.

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

Color convert

RGB013550-
CMYK100.630.47
HSL142.22º100%26.47%-
HSV(B)142.22º100%52.94%-
XYZ9.2417.565.92-
YUV84.94108.2767.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 72.97%
BLUE value IS 50 (19.92% from 255) = 27.03%
R=0%
G=72.97%
B=27.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013550100.630.47142.2210026.47
Hex087326403F2F8e641a
Octal0207621440775721614432
Binary0100001111100101100100011111110111110001110110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008732; }

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

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

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

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

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

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

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

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