Html Css Color HEX #0C201B Dark Green

📋 copy color: '#0C201B'

red 12 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #0C201B

Tints of Dark Green #0C201B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 38.03%

R = 16.9%
G = 45.07%
B = 38.03%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#0C201B (or 0x0C201B) is known color: Dark Green. HEX triplet: 0C, 20 and 1B. RGB value is (12,32,27). Sum of RGB (Red+Green+Blue) = 12+32+27=71 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.90% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201B is #F3DFE4. Grayscale: #191919. Windows color (decimal): -15982565 or 1777676. OLE color: 1777676.

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

Color convert

RGB 12 32 27 -
CMYK 0.63 0 0.16 0.87
HSL 165º 0.45% 0.09% -
HSV(B) 165º 0.63% 0.13% -
XYZ 0.87 1.19 1.22 -
YUV 25.45 128.87 118.41 -
System Red Green Blue C M Y K H S L
Decimal 12 32 27 0.63 0 0.16 0.87 165 0.45 0.09
Hex C 20 1B 3F 0 10 57 A5 2D 9
Octal 14 40 33 77 0 20 127 245 55 11
Binary 1100 100000 11011 111111 0 10000 1010111 10100101 101101 1001

Color Harmonies of #0C201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C201B

Black with #0C201B

Text Example


Text Example

White with #0C201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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