Html Css Color HEX #0C7139 Dark Spring Green

📋 copy color: '#0C7139'

red 12 ◦ green 113 ◦ blue 57

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

Shades of Dark Spring Green #0C7139

Tints of Dark Spring Green #0C7139

RGB

 RED value IS 12 (5.08% from 255) = 6.59%

 GREEN value IS 113 (44.53% from 255) = 62.09%

 BLUE value IS 57 (22.66% from 255) = 31.32%

R = 6.59%
G = 62.09%
B = 31.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.56

RGB Variations

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

Color information

#0C7139 (or 0x0C7139) is known color: Dark Spring Green. HEX triplet: 0C, 71 and 39. RGB value is (12,113,57). Sum of RGB (Red+Green+Blue) = 12+113+57=182 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.59% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7139 is #F38EC6. Grayscale: #4C4C4C. Windows color (decimal): -15961799 or 3764492. OLE color: 3764492.

HSL color Cylindrical-coordinate representation of color #0C7139: hue angle of 146.73º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7139 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 57 -
CMYK 0.89 0 0.50 0.56
HSL 146.73º 0.81% 0.25% -
HSV(B) 146.73º 0.89% 0.44% -
XYZ 6.8 12.18 5.86 -
YUV 76.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 12 113 57 0.89 0 0.50 0.56 146.73 0.81 0.25
Hex C 71 39 59 0 32 38 93 51 19
Octal 14 161 71 131 0 62 70 223 121 31
Binary 1100 1110001 111001 1011001 0 110010 111000 10010011 1010001 11001

Color Harmonies of #0C7139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7139

Black with #0C7139

Text Example


Text Example

White with #0C7139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,113,57); }

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

background-color css

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

 a { background-color: rgb(12,113,57); }

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

border-color css

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

 span { border-color: rgb(12,113,57); }

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