Html Css Color HEX #0A2012 Dark Green

📋 copy color: '#0A2012'

red 10 ◦ green 32 ◦ blue 18

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

Shades of Dark Green #0A2012

Tints of Dark Green #0A2012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 30%

R = 16.67%
G = 53.33%
B = 30%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.44

 K value IS 0.87

RGB Variations

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

Color information

#0A2012 (or 0x0A2012) is known color: Dark Green. HEX triplet: 0A, 20 and 12. RGB value is (10,32,18). Sum of RGB (Red+Green+Blue) = 10+32+18=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 32 (12.89% from 255 or 53.33% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 32 - color contains mainly: green. Hex color #0A2012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2012 is #F5DFED. Grayscale: #171717. Windows color (decimal): -16113646 or 1187850. OLE color: 1187850.

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

Color convert

RGB 10 32 18 -
CMYK 0.69 0 0.44 0.87
HSL 141.82º 0.52% 0.08% -
HSV(B) 141.82º 0.69% 0.13% -
XYZ 0.75 1.14 0.75 -
YUV 23.83 124.71 118.14 -
System Red Green Blue C M Y K H S L
Decimal 10 32 18 0.69 0 0.44 0.87 141.82 0.52 0.08
Hex A 20 12 45 0 2C 57 8E 34 8
Octal 12 40 22 105 0 54 127 216 64 10
Binary 1010 100000 10010 1000101 0 101100 1010111 10001110 110100 1000

Color Harmonies of #0A2012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2012

Black with #0A2012

Text Example


Text Example

White with #0A2012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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