#0D8733

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

Shades of Dark Spring Green #0D8733

Tints of Dark Spring Green #0D8733

Color information

#0D8733 (or 0x0D8733) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 87 and 33. RGB value is (13,135,51). Sum of RGB (Red+Green+Blue) = 13+135+51=199 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.53% from 199); Green value is 135 (53.12% from 255 or 67.84% from 199); Blue value is 51 (20.31% from 255 or 25.63% from 199); Max value from RGB is 135 - color contains mainly: green. Hex color #0D8733 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8733 is #F278CC. Grayscale: #595959. Windows color (decimal): -15890637 or 3376909. OLE color: 3376909.

HSL color Cylindrical-coordinate representation of color #0D8733: hue angle of 138.69º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D8733 is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB1313551-
CMYK0.9000.620.47
HSL138.69º82.43%29.02%-
HSV(B)138.69º90.37%52.94%-
XYZ9.4317.656.04-
YUV88.95106.5873.83-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.53%
GREEN value IS 135 (53.12% from 255) = 67.84%
BLUE value IS 51 (20.31% from 255) = 25.63%
R=6.53%
G=67.84%
B=25.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13135510.9000.620.47138.6982.4329.02
HexD87335A03E2F8b521d
Octal15207631320765721312235
Binary1101100001111100111011010011111010111110001011101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D8733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,135,51); }

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

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

 a { background-color: rgb(13,135,51); }

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

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

 span { border-color: rgb(13,135,51); }

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