Html Css Color HEX #0A201C Dark Green

📋 copy color: '#0A201C'

red 10 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #0A201C

Tints of Dark Green #0A201C

RGB

 RED value IS 10 (4.3% from 255) = 14.29%

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

 BLUE value IS 28 (11.33% from 255) = 40%

R = 14.29%
G = 45.71%
B = 40%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#0A201C (or 0x0A201C) is known color: Dark Green. HEX triplet: 0A, 20 and 1C. RGB value is (10,32,28). Sum of RGB (Red+Green+Blue) = 10+32+28=70 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.29% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 28 (11.33% from 255 or 40% from 70); Max value from RGB is 32 - color contains mainly: green. Hex color #0A201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A201C is #F5DFE3. Grayscale: #181818. Windows color (decimal): -16113636 or 1843210. OLE color: 1843210.

HSL color Cylindrical-coordinate representation of color #0A201C: hue angle of 169.09º degrees, saturation: 0.52, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A201C is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 32 28 -
CMYK 0.69 0 0.12 0.87
HSL 169.09º 0.52% 0.08% -
HSV(B) 169.09º 0.69% 0.13% -
XYZ 0.85 1.18 1.28 -
YUV 24.97 129.71 117.33 -
System Red Green Blue C M Y K H S L
Decimal 10 32 28 0.69 0 0.12 0.87 169.09 0.52 0.08
Hex A 20 1C 45 0 C 57 A9 34 8
Octal 12 40 34 105 0 14 127 251 64 10
Binary 1010 100000 11100 1000101 0 1100 1010111 10101001 110100 1000

Color Harmonies of #0A201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A201C

Black with #0A201C

Text Example


Text Example

White with #0A201C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,32,28); }

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

background-color css

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

 a { background-color: rgb(10,32,28); }

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

border-color css

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

 span { border-color: rgb(10,32,28); }

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