#0C1F1D

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

Shades of Dark Green #0C1F1D

Tints of Dark Green #0C1F1D

Color information

#0C1F1D (or 0x0C1F1D) is unknown color: approx Dark Green. HEX triplet: 0C, 1F and 1D. RGB value is (12,31,29). Sum of RGB (Red+Green+Blue) = 12+31+29=72 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.67% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F1D is #F3E0E2. Grayscale: #191919. Windows color (decimal): -15982819 or 1908492. OLE color: 1908492.

HSL color Cylindrical-coordinate representation of color #0C1F1D: hue angle of 173.68º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1F1D is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB123129-
CMYK0.6100.060.88
HSL173.68º44.19%8.43%-
HSV(B)173.68º61.29%12.16%-
XYZ0.861.151.34-
YUV25.09130.21118.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16.67%
GREEN value IS 31 (12.5% from 255) = 43.06%
BLUE value IS 29 (11.72% from 255) = 40.28%
R=16.67%
G=43.06%
B=40.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1231290.6100.060.88173.6844.198.43
HexC1F1D3D0658ae2c8
Octal14373575061302565410
Binary1100111111110111110101101011000101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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