#0C1D1A

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

Shades of Dark Green #0C1D1A

Tints of Dark Green #0C1D1A

Color information

#0C1D1A (or 0x0C1D1A) is unknown color: approx Dark Green. HEX triplet: 0C, 1D and 1A. RGB value is (12,29,26). Sum of RGB (Red+Green+Blue) = 12+29+26=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 29 - color contains mainly: green. Hex color #0C1D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1D1A is #F3E2E5. Grayscale: #171717. Windows color (decimal): -15983334 or 1711372. OLE color: 1711372.

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

Color convert

RGB122926-
CMYK0.5900.100.89
HSL169.41º41.46%8.04%-
HSV(B)169.41º58.62%11.37%-
XYZ0.781.031.14-
YUV23.58129.37119.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.91%
GREEN value IS 29 (11.72% from 255) = 43.28%
BLUE value IS 26 (10.55% from 255) = 38.81%
R=17.91%
G=43.28%
B=38.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1229260.5900.100.89169.4141.468.04
HexC1D1A3B0A59a9298
Octal143532730121312515110
Binary11001110111010111011010101011001101010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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