#0C1B14

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

Shades of Dark Green #0C1B14

Tints of Dark Green #0C1B14

Color information

#0C1B14 (or 0x0C1B14) is unknown color: approx Dark Green. HEX triplet: 0C, 1B and 14. RGB value is (12,27,20). Sum of RGB (Red+Green+Blue) = 12+27+20=59 (7% of max value = 765). Red value is 12 (5.08% from 255 or 20.34% from 59); Green value is 27 (10.94% from 255 or 45.76% from 59); Blue value is 20 (8.20% from 255 or 33.90% from 59); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B14 is #F3E4EB. Grayscale: #151515. Windows color (decimal): -15983852 or 1317644. OLE color: 1317644.

HSL color Cylindrical-coordinate representation of color #0C1B14: hue angle of 152º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C1B14 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.89.

Color convert

RGB122720-
CMYK0.5600.260.89
HSL152º38.46%7.65%-
HSV(B)152º55.56%10.59%-
XYZ0.670.910.8-
YUV21.72127.03121.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 20.34%
GREEN value IS 27 (10.94% from 255) = 45.76%
BLUE value IS 20 (8.20% from 255) = 33.90%
R=20.34%
G=45.76%
B=33.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1227200.5600.260.8915238.467.65
HexC1B143801A5998268
Octal143324700321312304610
Binary110011011101001110000110101011001100110001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,27,20); }

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

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

 a { background-color: rgb(12,27,20); }

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

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

 span { border-color: rgb(12,27,20); }

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