Html Css Color HEX #0C201A Dark Green

📋 copy color: '#0C201A'

red 12 ◦ green 32 ◦ blue 26

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

Shades of Dark Green #0C201A

Tints of Dark Green #0C201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 37.14%

R = 17.14%
G = 45.71%
B = 37.14%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#0C201A (or 0x0C201A) is known color: Dark Green. HEX triplet: 0C, 20 and 1A. RGB value is (12,32,26). Sum of RGB (Red+Green+Blue) = 12+32+26=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 26 (10.55% from 255 or 37.14% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0C201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C201A is #F3DFE5. Grayscale: #191919. Windows color (decimal): -15982566 or 1712140. OLE color: 1712140.

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

Color convert

RGB 12 32 26 -
CMYK 0.63 0 0.19 0.87
HSL 162º 0.45% 0.09% -
HSV(B) 162º 0.63% 0.13% -
XYZ 0.85 1.19 1.16 -
YUV 25.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 12 32 26 0.63 0 0.19 0.87 162 0.45 0.09
Hex C 20 1A 3F 0 13 57 A2 2D 9
Octal 14 40 32 77 0 23 127 242 55 11
Binary 1100 100000 11010 111111 0 10011 1010111 10100010 101101 1001

Color Harmonies of #0C201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C201A

Black with #0C201A

Text Example


Text Example

White with #0C201A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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