#0D7C3B

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

Shades of Dark Spring Green #0D7C3B

Tints of Dark Spring Green #0D7C3B

Color information

#0D7C3B (or 0x0D7C3B) is unknown color: approx Dark Spring Green. HEX triplet: 0D, 7C and 3B. RGB value is (13,124,59). Sum of RGB (Red+Green+Blue) = 13+124+59=196 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.63% from 196); Green value is 124 (48.83% from 255 or 63.27% from 196); Blue value is 59 (23.44% from 255 or 30.10% from 196); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C3B is #F283C4. Grayscale: #535353. Windows color (decimal): -15893445 or 3898381. OLE color: 3898381.

HSL color Cylindrical-coordinate representation of color #0D7C3B: hue angle of 144.86º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D7C3B is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB1312459-
CMYK0.9000.520.51
HSL144.86º81.02%26.86%-
HSV(B)144.86º89.52%48.63%-
XYZ8.1614.826.57-
YUV83.4114.2377.79-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 6.63%
GREEN value IS 124 (48.83% from 255) = 63.27%
BLUE value IS 59 (23.44% from 255) = 30.10%
R=6.63%
G=63.27%
B=30.10%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal13124590.9000.520.51144.8681.0226.86
HexD7C3B5A0343391511b
Octal15174731320646322112133
Binary110111111001110111011010011010011001110010001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D7C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,124,59); }

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

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

 a { background-color: rgb(13,124,59); }

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

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

 span { border-color: rgb(13,124,59); }

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