#008035

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

Shades of Dark Spring Green #008035

Tints of Dark Spring Green #008035

Color information

#008035 (or 0x008035) is unknown color: approx Dark Spring Green. HEX triplet: 00, 80 and 35. RGB value is (0,128,53). Sum of RGB (Red+Green+Blue) = 0+128+53=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 128 (50.39% from 255 or 70.72% from 181); Blue value is 53 (21.09% from 255 or 29.28% from 181); Max value from RGB is 128 - color contains mainly: green. Hex color #008035 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008035 is #FF7FCA. Grayscale: #515151. Windows color (decimal): -16744395 or 3506176. OLE color: 3506176.

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

Color convert

RGB012853-
CMYK100.590.50
HSL144.84º100%25.1%-
HSV(B)144.84º100%50.2%-
XYZ8.3615.75.96-
YUV81.18112.0970.1-

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) = 70.72%
BLUE value IS 53 (21.09% from 255) = 29.28%
R=0%
G=70.72%
B=29.28%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal012853100.590.50144.8410025.1
Hex080356403B32916419
Octal0200651440736222114431
Binary0100000001101011100100011101111001010010001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008035; }

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

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

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

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

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

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

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

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