#0C1F1A

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

Shades of Dark Green #0C1F1A

Tints of Dark Green #0C1F1A

Color information

#0C1F1A (or 0x0C1F1A) is unknown color: approx Dark Green. HEX triplet: 0C, 1F and 1A. RGB value is (12,31,26). Sum of RGB (Red+Green+Blue) = 12+31+26=69 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.39% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 26 (10.55% from 255 or 37.68% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F1A is #F3E0E5. Grayscale: #181818. Windows color (decimal): -15982822 or 1711884. OLE color: 1711884.

HSL color Cylindrical-coordinate representation of color #0C1F1A: hue angle of 164.21º 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 #0C1F1A is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB123126-
CMYK0.6100.160.88
HSL164.21º44.19%8.43%-
HSV(B)164.21º61.29%12.16%-
XYZ0.831.131.15-
YUV24.75128.71118.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.39%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 26 (10.55% from 255) = 37.68%
R=17.39%
G=44.93%
B=37.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1231260.6100.160.88164.2144.198.43
HexC1F1A3D01058a42c8
Octal143732750201302445410
Binary110011111110101111010100001011000101001001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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