#0C211E

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

Shades of Dark Green #0C211E

Tints of Dark Green #0C211E

Color information

#0C211E (or 0x0C211E) is unknown color: approx Dark Green. HEX triplet: 0C, 21 and 1E. RGB value is (12,33,30). Sum of RGB (Red+Green+Blue) = 12+33+30=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 33 (13.28% from 255 or 44% from 75); Blue value is 30 (12.11% from 255 or 40% from 75); Max value from RGB is 33 - color contains mainly: green. Hex color #0C211E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C211E is #F3DEE1. Grayscale: #1A1A1A. Windows color (decimal): -15982306 or 1974540. OLE color: 1974540.

HSL color Cylindrical-coordinate representation of color #0C211E: hue angle of 171.43º 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 #0C211E is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.

Color convert

RGB123330-
CMYK0.6400.090.87
HSL171.43º46.67%8.82%-
HSV(B)171.43º63.64%12.94%-
XYZ0.931.261.42-
YUV26.38130.04117.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 33 (13.28% from 255) = 44%
BLUE value IS 30 (12.11% from 255) = 40%
R=16%
G=44%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1233300.6400.090.87171.4346.678.82
HexC211E400957ab2f9
Octal1441361000111272535711
Binary1100100001111101000000010011010111101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C211E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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