Html Css Color HEX #0C7138 Dark Spring Green

📋 copy color: '#0C7138'

red 12 ◦ green 113 ◦ blue 56

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

Shades of Dark Spring Green #0C7138

Tints of Dark Spring Green #0C7138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 30.94%

R = 6.63%
G = 62.43%
B = 30.94%

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

#0C7138 (or 0x0C7138) is known color: Dark Spring Green. HEX triplet: 0C, 71 and 38. RGB value is (12,113,56). Sum of RGB (Red+Green+Blue) = 12+113+56=181 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.63% from 181); Green value is 113 (44.53% from 255 or 62.43% from 181); Blue value is 56 (22.27% from 255 or 30.94% from 181); Max value from RGB is 113 - color contains mainly: green. Hex color #0C7138 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7138 is #F38EC7. Grayscale: #4C4C4C. Windows color (decimal): -15961800 or 3698956. OLE color: 3698956.

HSL color Cylindrical-coordinate representation of color #0C7138: hue angle of 146.14º 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 #0C7138 is Cyan = 0.89, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 113 56 -
CMYK 0.89 0 0.50 0.56
HSL 146.14º 0.81% 0.25% -
HSV(B) 146.14º 0.89% 0.44% -
XYZ 6.77 12.17 5.73 -
YUV 76.3 116.54 82.13 -
System Red Green Blue C M Y K H S L
Decimal 12 113 56 0.89 0 0.50 0.56 146.14 0.81 0.25
Hex C 71 38 59 0 32 38 92 51 19
Octal 14 161 70 131 0 62 70 222 121 31
Binary 1100 1110001 111000 1011001 0 110010 111000 10010010 1010001 11001

Color Harmonies of #0C7138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7138

Black with #0C7138

Text Example


Text Example

White with #0C7138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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