#0C211F

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

Shades of Dark Green #0C211F

Tints of Dark Green #0C211F

Color information

#0C211F (or 0x0C211F) is unknown color: approx Dark Green. HEX triplet: 0C, 21 and 1F. RGB value is (12,33,31). Sum of RGB (Red+Green+Blue) = 12+33+31=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 33 (13.28% from 255 or 43.42% from 76); Blue value is 31 (12.5% from 255 or 40.79% from 76); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211F is #F3DEE0. Grayscale: #1A1A1A. Windows color (decimal): -15982305 or 2040076. OLE color: 2040076.

HSL color Cylindrical-coordinate representation of color #0C211F: hue angle of 174.29º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0C211F is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB123331-
CMYK0.6400.060.87
HSL174.29º46.67%8.82%-
HSV(B)174.29º63.64%12.94%-
XYZ0.941.261.49-
YUV26.49130.54117.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.79%
GREEN value IS 33 (13.28% from 255) = 43.42%
BLUE value IS 31 (12.5% from 255) = 40.79%
R=15.79%
G=43.42%
B=40.79%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1233310.6400.060.87174.2946.678.82
HexC211F400657ae2f9
Octal144137100061272565711
Binary110010000111111100000001101010111101011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C211F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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