Html Css Color HEX #0A201B Dark Green

📋 copy color: '#0A201B'

red 10 ◦ green 32 ◦ blue 27

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

Shades of Dark Green #0A201B

Tints of Dark Green #0A201B

RGB

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

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

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

R = 14.49%
G = 46.38%
B = 39.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.16

 K value IS 0.87

RGB Variations

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

Color information

#0A201B (or 0x0A201B) is known color: Dark Green. HEX triplet: 0A, 20 and 1B. RGB value is (10,32,27). Sum of RGB (Red+Green+Blue) = 10+32+27=69 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.49% from 69); Green value is 32 (12.89% from 255 or 46.38% from 69); Blue value is 27 (10.94% from 255 or 39.13% from 69); Max value from RGB is 32 - color contains mainly: green. Hex color #0A201B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A201B is #F5DFE4. Grayscale: #181818. Windows color (decimal): -16113637 or 1777674. OLE color: 1777674.

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

Color convert

RGB 10 32 27 -
CMYK 0.69 0 0.16 0.87
HSL 166.36º 0.52% 0.08% -
HSV(B) 166.36º 0.69% 0.13% -
XYZ 0.84 1.18 1.22 -
YUV 24.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 10 32 27 0.69 0 0.16 0.87 166.36 0.52 0.08
Hex A 20 1B 45 0 10 57 A6 34 8
Octal 12 40 33 105 0 20 127 246 64 10
Binary 1010 100000 11011 1000101 0 10000 1010111 10100110 110100 1000

Color Harmonies of #0A201B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A201B

Black with #0A201B

Text Example


Text Example

White with #0A201B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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