Html Css Color HEX #0C703B Dark Spring Green

📋 copy color: '#0C703B'

red 12 ◦ green 112 ◦ blue 59

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

Shades of Dark Spring Green #0C703B

Tints of Dark Spring Green #0C703B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.2%

 BLUE value IS 59 (23.44% from 255) = 32.24%

R = 6.56%
G = 61.2%
B = 32.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#0C703B (or 0x0C703B) is known color: Dark Spring Green. HEX triplet: 0C, 70 and 3B. RGB value is (12,112,59). Sum of RGB (Red+Green+Blue) = 12+112+59=183 (24% of max value = 765). Red value is 12 (5.08% from 255 or 6.56% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 59 (23.44% from 255 or 32.24% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #0C703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C703B is #F38FC4. Grayscale: #4C4C4C. Windows color (decimal): -15962053 or 3895308. OLE color: 3895308.

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

Color convert

RGB 12 112 59 -
CMYK 0.89 0 0.47 0.56
HSL 148.2º 0.81% 0.24% -
HSV(B) 148.2º 0.89% 0.44% -
XYZ 6.74 11.98 6.1 -
YUV 76.06 118.37 82.31 -
System Red Green Blue C M Y K H S L
Decimal 12 112 59 0.89 0 0.47 0.56 148.2 0.81 0.24
Hex C 70 3B 59 0 2F 38 94 51 18
Octal 14 160 73 131 0 57 70 224 121 30
Binary 1100 1110000 111011 1011001 0 101111 111000 10010100 1010001 11000

Color Harmonies of #0C703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C703B

Black with #0C703B

Text Example


Text Example

White with #0C703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,112,59); }

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

background-color css

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

 a { background-color: rgb(12,112,59); }

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

border-color css

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

 span { border-color: rgb(12,112,59); }

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