#0C703B

Color #0C703B Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0C703B

Tints of Dark Spring Green #0C703B

Color information

#0C703B (or 0x0C703B) is unknown color: approx 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

RGB1211259-
CMYK0.8900.470.56
HSL148.2º80.65%24.31%-
HSV(B)148.2º89.29%43.92%-
XYZ6.7411.986.1-
YUV76.06118.3782.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.56%
GREEN value IS 112 (44.14% from 255) = 61.20%
BLUE value IS 59 (23.44% from 255) = 32.24%
R=6.56%
G=61.20%
B=32.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12112590.8900.470.56148.280.6524.31
HexC703B5902F38945118
Octal14160731310577022412130
Binary110011100001110111011001010111111100010010100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>