#008A32

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

Shades of Dark Spring Green #008A32

Tints of Dark Spring Green #008A32

Color information

#008A32 (or 0x008A32) is unknown color: approx Dark Spring Green. HEX triplet: 00, 8A and 32. RGB value is (0,138,50). Sum of RGB (Red+Green+Blue) = 0+138+50=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 138 (54.30% from 255 or 73.40% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 138 - color contains mainly: green. Hex color #008A32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008A32 is #FF75CD. Grayscale: #565656. Windows color (decimal): -16741838 or 3312128. OLE color: 3312128.

HSL color Cylindrical-coordinate representation of color #008A32: hue angle of 141.74º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008A32 is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB013850-
CMYK100.640.46
HSL141.74º100%27.06%-
HSV(B)141.74º100%54.12%-
XYZ9.6618.416.06-
YUV86.71107.2866.16-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 138 (54.30% from 255) = 73.40%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=0%
G=73.40%
B=26.60%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal013850100.640.46141.7410027.06
Hex08A32640402E8e641b
Octal02126214401005621614433
Binary01000101011001011001000100000010111010001110110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008A32; }

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

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

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

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

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

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

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

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