#008235

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

Shades of Dark Spring Green #008235

Tints of Dark Spring Green #008235

Color information

#008235 (or 0x008235) is unknown color: approx Dark Spring Green. HEX triplet: 00, 82 and 35. RGB value is (0,130,53). Sum of RGB (Red+Green+Blue) = 0+130+53=183 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 183); Green value is 130 (51.17% from 255 or 71.04% from 183); Blue value is 53 (21.09% from 255 or 28.96% from 183); Max value from RGB is 130 - color contains mainly: green. Hex color #008235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #008235 is #FF7DCA. Grayscale: #525252. Windows color (decimal): -16743883 or 3506688. OLE color: 3506688.

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

Color convert

RGB013053-
CMYK100.590.49
HSL144.46º100%25.49%-
HSV(B)144.46º100%50.98%-
XYZ8.6316.226.04-
YUV82.35111.4369.26-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013053100.590.49144.4610025.49
Hex082356403B31906419
Octal0202651440736122014431
Binary0100000101101011100100011101111000110010000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008235; }

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

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

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

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

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

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

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

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