#0C743E

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

Shades of Dark Spring Green #0C743E

Tints of Dark Spring Green #0C743E

Color information

#0C743E (or 0x0C743E) is unknown color: approx Dark Spring Green. HEX triplet: 0C, 74 and 3E. RGB value is (12,116,62). Sum of RGB (Red+Green+Blue) = 12+116+62=190 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.32% from 190); Green value is 116 (45.70% from 255 or 61.05% from 190); Blue value is 62 (24.61% from 255 or 32.63% from 190); Max value from RGB is 116 - color contains mainly: green. Hex color #0C743E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C743E is #F38BC1. Grayscale: #4E4E4E. Windows color (decimal): -15961026 or 4092940. OLE color: 4092940.

HSL color Cylindrical-coordinate representation of color #0C743E: hue angle of 148.85º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C743E is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.

Color convert

RGB1211662-
CMYK0.9000.470.55
HSL148.85º81.25%25.1%-
HSV(B)148.85º89.66%45.49%-
XYZ7.2712.926.67-
YUV78.75118.5480.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.32%
GREEN value IS 116 (45.70% from 255) = 61.05%
BLUE value IS 62 (24.61% from 255) = 32.63%
R=6.32%
G=61.05%
B=32.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12116620.9000.470.55148.8581.2525.1
HexC743E5A02F37955119
Octal14164761320576722512131
Binary110011101001111101011010010111111011110010101101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C743E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,116,62); }

 H1.HeaderClassName
 {
   color: #0C743E;
 }
 .AnyTagClassName
 {
   color: #0C743E;
 }
</style>
background-color css

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

 a { background-color: rgb(12,116,62); }

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

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

 span { border-color: rgb(12,116,62); }

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