#008034

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

Shades of Dark Spring Green #008034

Tints of Dark Spring Green #008034

Color information

#008034 (or 0x008034) is unknown color: approx Dark Spring Green. HEX triplet: 00, 80 and 34. RGB value is (0,128,52). Sum of RGB (Red+Green+Blue) = 0+128+52=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 128 (50.39% from 255 or 71.11% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 128 - color contains mainly: green. Hex color #008034 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008034 is #FF7FCB. Grayscale: #515151. Windows color (decimal): -16744396 or 3440640. OLE color: 3440640.

HSL color Cylindrical-coordinate representation of color #008034: hue angle of 144.38º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008034 is Cyan = 1, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.50.

Color convert

RGB012852-
CMYK100.590.50
HSL144.38º100%25.1%-
HSV(B)144.38º100%50.2%-
XYZ8.3415.695.84-
YUV81.06111.5970.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 128 (50.39% from 255) = 71.11%
BLUE value IS 52 (20.70% from 255) = 28.89%
R=0%
G=71.11%
B=28.89%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012852100.590.50144.3810025.1
Hex080346403B32906419
Octal0200641440736222014431
Binary0100000001101001100100011101111001010010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008034; }

 p { color: rgb(0,128,52); }

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

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

 a { background-color: rgb(0,128,52); }

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

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

 span { border-color: rgb(0,128,52); }

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