#0C1F1B

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

Shades of Dark Green #0C1F1B

Tints of Dark Green #0C1F1B

Color information

#0C1F1B (or 0x0C1F1B) is unknown color: approx Dark Green. HEX triplet: 0C, 1F and 1B. RGB value is (12,31,27). Sum of RGB (Red+Green+Blue) = 12+31+27=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 27 (10.94% from 255 or 38.57% from 70); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1F1B is #F3E0E4. Grayscale: #181818. Windows color (decimal): -15982821 or 1777420. OLE color: 1777420.

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

Color convert

RGB123127-
CMYK0.6100.130.88
HSL167.37º44.19%8.43%-
HSV(B)167.37º61.29%12.16%-
XYZ0.841.141.21-
YUV24.86129.21118.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 17.14%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 27 (10.94% from 255) = 38.57%
R=17.14%
G=44.29%
B=38.57%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1231270.6100.130.88167.3744.198.43
HexC1F1B3D0D58a72c8
Octal143733750151302475410
Binary11001111111011111101011011011000101001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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