Html Css Color HEX #01200A Dark Green

📋 copy color: '#01200A'

red 1 ◦ green 32 ◦ blue 10

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

Shades of Dark Green #01200A

Tints of Dark Green #01200A

RGB

 RED value IS 1 (0.78% from 255) = 2.33%

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

 BLUE value IS 10 (4.3% from 255) = 23.26%

R = 2.33%
G = 74.42%
B = 23.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.87

RGB Variations

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

Color information

#01200A (or 0x01200A) is known color: Dark Green. HEX triplet: 01, 20 and 0A. RGB value is (1,32,10). Sum of RGB (Red+Green+Blue) = 1+32+10=43 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.33% from 43); Green value is 32 (12.89% from 255 or 74.42% from 43); Blue value is 10 (4.30% from 255 or 23.26% from 43); Max value from RGB is 32 - color contains mainly: green. Hex color #01200A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200A is #FEDFF5. Grayscale: #141414. Windows color (decimal): -16703478 or 663553. OLE color: 663553.

HSL color Cylindrical-coordinate representation of color #01200A: hue angle of 137.42º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #01200A is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 10 -
CMYK 0.97 0 0.69 0.87
HSL 137.42º 0.94% 0.06% -
HSV(B) 137.42º 0.97% 0.13% -
XYZ 0.58 1.06 0.46 -
YUV 20.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 1 32 10 0.97 0 0.69 0.87 137.42 0.94 0.06
Hex 1 20 A 61 0 45 57 89 5E 6
Octal 1 40 12 141 0 105 127 211 136 6
Binary 1 100000 1010 1100001 0 1000101 1010111 10001001 1011110 110

Color Harmonies of #01200A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01200A

Black with #01200A

Text Example


Text Example

White with #01200A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01200A; }

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

 H1.HeaderClassName
 {
   color: #01200A;
 }
 .AnyTagClassName
 {
   color: #01200A;
 }
</style>

background-color css

<style>
 a { background-color: #01200A; }

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

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

border-color css

<style>
 span { border-color: #01200A; }

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

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