#0D8235

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

Shades of Dark Spring Green #0D8235

Tints of Dark Spring Green #0D8235

Color information

#0D8235 (or 0x0D8235) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 82 and 35. RGB value is (13,130,53). Sum of RGB (Red+Green+Blue) = 13+130+53=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 130 (51.17% from 255 or 66.33% from 196); Blue value is 53 (21.09% from 255 or 27.04% from 196); Max value from RGB is 130 - color contains mainly: green. Hex color #0D8235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8235 is #F27DCA. Grayscale: #565656. Windows color (decimal): -15891915 or 3506701. OLE color: 3506701.

HSL color Cylindrical-coordinate representation of color #0D8235: hue angle of 140.51º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8235 is Cyan = 0.9, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1313053-
CMYK0.900.590.49
HSL140.51º81.82%28.04%-
HSV(B)140.51º90%50.98%-
XYZ8.7916.316.05-
YUV86.24109.2475.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 130 (51.17% from 255) = 66.33%
BLUE value IS 53 (21.09% from 255) = 27.04%
R=6.63%
G=66.33%
B=27.04%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13130530.900.590.49140.5181.8228.04
HexD82355A03B318d521c
Octal15202651320736121512234
Binary1101100000101101011011010011101111000110001101101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0D8235; }

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

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

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

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

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

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

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

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