Html Css Color HEX #0C201D Dark Green

📋 copy color: '#0C201D'

red 12 ◦ green 32 ◦ blue 29

#0C201D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Green #0C201D

Tints of Dark Green #0C201D

RGB

 RED value IS 12 (5.08% from 255) = 16.44%

 GREEN value IS 32 (12.89% from 255) = 43.84%

 BLUE value IS 29 (11.72% from 255) = 39.73%

R = 16.44%
G = 43.84%
B = 39.73%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.09

 K value IS 0.87

RGB Variations

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

Color information

#0C201D (or 0x0C201D) is known color: Dark Green. HEX triplet: 0C, 20 and 1D. RGB value is (12,32,29). Sum of RGB (Red+Green+Blue) = 12+32+29=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 32 (12.89% from 255 or 43.84% from 73); Blue value is 29 (11.72% from 255 or 39.73% from 73); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201D is #F3DFE2. Grayscale: #191919. Windows color (decimal): -15982563 or 1908748. OLE color: 1908748.

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

Color convert

RGB 12 32 29 -
CMYK 0.63 0 0.09 0.87
HSL 171º 0.45% 0.09% -
HSV(B) 171º 0.63% 0.13% -
XYZ 0.89 1.2 1.35 -
YUV 25.68 129.87 118.24 -
System Red Green Blue C M Y K H S L
Decimal 12 32 29 0.63 0 0.09 0.87 171 0.45 0.09
Hex C 20 1D 3F 0 9 57 AB 2D 9
Octal 14 40 35 77 0 11 127 253 55 11
Binary 1100 100000 11101 111111 0 1001 1010111 10101011 101101 1001

Color Harmonies of #0C201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C201D

Black with #0C201D

Text Example


Text Example

White with #0C201D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0C201D;
 }
 .AnyTagClassName
 {
   color: #0C201D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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