#0C3027

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

Shades of Dark Green #0C3027

Tints of Dark Green #0C3027

Color information

#0C3027 (or 0x0C3027) is unknown color: approx Dark Green. HEX triplet: 0C, 30 and 27. RGB value is (12,48,39). Sum of RGB (Red+Green+Blue) = 12+48+39=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 39 (15.62% from 255 or 39.39% from 99); Max value from RGB is 48 - color contains mainly: green. Hex color #0C3027 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3027 is #F3CFD8. Grayscale: #242424. Windows color (decimal): -15978457 or 2568204. OLE color: 2568204.

HSL color Cylindrical-coordinate representation of color #0C3027: hue angle of 165º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C3027 is Cyan = 0.75, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.81.

Color convert

RGB124839-
CMYK0.7500.190.81
HSL165º60%11.76%-
HSV(B)165º75%18.82%-
XYZ1.572.342.29-
YUV36.21129.57110.73-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 48 (19.14% from 255) = 48.48%
BLUE value IS 39 (15.62% from 255) = 39.39%
R=12.12%
G=48.48%
B=39.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1248390.7500.190.811656011.76
HexC30274B01351a53cc
Octal1460471130231212457414
Binary110011000010011110010110100111010001101001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,39); }

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

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

 a { background-color: rgb(12,48,39); }

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

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

 span { border-color: rgb(12,48,39); }

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