#0C1C1A

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

Shades of Dark Green #0C1C1A

Tints of Dark Green #0C1C1A

Color information

#0C1C1A (or 0x0C1C1A) is unknown color: approx Dark Green. HEX triplet: 0C, 1C and 1A. RGB value is (12,28,26). Sum of RGB (Red+Green+Blue) = 12+28+26=66 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.18% from 66); Green value is 28 (11.33% from 255 or 42.42% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 28 - color contains mainly: green. Hex color #0C1C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1C1A is #F3E3E5. Grayscale: #161616. Windows color (decimal): -15983590 or 1711116. OLE color: 1711116.

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

Color convert

RGB122826-
CMYK0.5700.070.89
HSL172.5º40%7.84%-
HSV(B)172.5º57.14%10.98%-
XYZ0.750.981.13-
YUV22.99129.7120.16-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 18.18%
GREEN value IS 28 (11.33% from 255) = 42.42%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=18.18%
G=42.42%
B=39.39%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1228260.5700.070.89172.5407.84
HexC1C1A390759ac288
Octal14343271071312545010
Binary1100111001101011100101111011001101011001010001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,26); }

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

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

 a { background-color: rgb(12,28,26); }

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

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

 span { border-color: rgb(12,28,26); }

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