Html Css Color HEX #0D8E35 Dark Spring Green

📋 copy color: '#0D8E35'

red 13 ◦ green 142 ◦ blue 53

#0D8E35
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #0D8E35

Tints of Dark Spring Green #0D8E35

RGB

 RED value IS 13 (5.47% from 255) = 6.25%

 GREEN value IS 142 (55.86% from 255) = 68.27%

 BLUE value IS 53 (21.09% from 255) = 25.48%

R = 6.25%
G = 68.27%
B = 25.48%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.44

RGB Variations

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

Color information

#0D8E35 (or 0x0D8E35) is known color: Dark Spring Green. HEX triplet: 0D, 8E and 35. RGB value is (13,142,53). Sum of RGB (Red+Green+Blue) = 13+142+53=208 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.25% from 208); Green value is 142 (55.86% from 255 or 68.27% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 142 - color contains mainly: green. Hex color #0D8E35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0D8E35 is #F271CA. Grayscale: #5D5D5D. Windows color (decimal): -15888843 or 3509773. OLE color: 3509773.

HSL color Cylindrical-coordinate representation of color #0D8E35: hue angle of 138.6º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D8E35 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.44.

Color convert

RGB 13 142 53 -
CMYK 0.91 0 0.63 0.44
HSL 138.6º 0.83% 0.3% -
HSV(B) 138.6º 0.91% 0.56% -
XYZ 10.48 19.69 6.62 -
YUV 93.28 105.26 70.74 -
System Red Green Blue C M Y K H S L
Decimal 13 142 53 0.91 0 0.63 0.44 138.6 0.83 0.3
Hex D 8E 35 5B 0 3F 2C 8B 53 1E
Octal 15 216 65 133 0 77 54 213 123 36
Binary 1101 10001110 110101 1011011 0 111111 101100 10001011 1010011 11110

Color Harmonies of #0D8E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8E35

Black with #0D8E35

Text Example


Text Example

White with #0D8E35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D8E35;
 }
 .AnyTagClassName
 {
   color: #0D8E35;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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