Html Css Color HEX #0D7C34 Dark Spring Green

📋 copy color: '#0D7C34'

red 13 ◦ green 124 ◦ blue 52

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

Shades of Dark Spring Green #0D7C34

Tints of Dark Spring Green #0D7C34

RGB

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

 GREEN value IS 124 (48.83% from 255) = 65.61%

 BLUE value IS 52 (20.7% from 255) = 27.51%

R = 6.88%
G = 65.61%
B = 27.51%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#0D7C34 (or 0x0D7C34) is known color: Dark Spring Green. HEX triplet: 0D, 7C and 34. RGB value is (13,124,52). Sum of RGB (Red+Green+Blue) = 13+124+52=189 (25% of max value = 765). Red value is 13 (5.47% from 255 or 6.88% from 189); Green value is 124 (48.83% from 255 or 65.61% from 189); Blue value is 52 (20.70% from 255 or 27.51% from 189); Max value from RGB is 124 - color contains mainly: green. Hex color #0D7C34 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0D7C34 is #F283CB. Grayscale: #525252. Windows color (decimal): -15893452 or 3439629. OLE color: 3439629.

HSL color Cylindrical-coordinate representation of color #0D7C34: hue angle of 141.08º 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 #0D7C34 is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 124 52 -
CMYK 0.90 0 0.58 0.51
HSL 141.08º 0.81% 0.27% -
HSV(B) 141.08º 0.9% 0.49% -
XYZ 7.99 14.75 5.67 -
YUV 82.6 110.73 78.35 -
System Red Green Blue C M Y K H S L
Decimal 13 124 52 0.90 0 0.58 0.51 141.08 0.81 0.27
Hex D 7C 34 5A 0 3A 33 8D 51 1B
Octal 15 174 64 132 0 72 63 215 121 33
Binary 1101 1111100 110100 1011010 0 111010 110011 10001101 1010001 11011

Color Harmonies of #0D7C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D7C34

Black with #0D7C34

Text Example


Text Example

White with #0D7C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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