Html Css Color HEX #01200E Dark Green

📋 copy color: '#01200E'

red 1 ◦ green 32 ◦ blue 14

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

Shades of Dark Green #01200E

Tints of Dark Green #01200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 29.79%

R = 2.13%
G = 68.09%
B = 29.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.56

 K value IS 0.87

RGB Variations

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

Color information

#01200E (or 0x01200E) is known color: Dark Green. HEX triplet: 01, 20 and 0E. RGB value is (1,32,14). Sum of RGB (Red+Green+Blue) = 1+32+14=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 32 (12.89% from 255 or 68.09% from 47); Blue value is 14 (5.86% from 255 or 29.79% from 47); Max value from RGB is 32 - color contains mainly: green. Hex color #01200E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01200E is #FEDFF1. Grayscale: #141414. Windows color (decimal): -16703474 or 925697. OLE color: 925697.

HSL color Cylindrical-coordinate representation of color #01200E: hue angle of 145.16º 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 #01200E is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.87.

Color convert

RGB 1 32 14 -
CMYK 0.97 0 0.56 0.87
HSL 145.16º 0.94% 0.06% -
HSV(B) 145.16º 0.97% 0.13% -
XYZ 0.61 1.07 0.59 -
YUV 20.68 124.23 113.96 -
System Red Green Blue C M Y K H S L
Decimal 1 32 14 0.97 0 0.56 0.87 145.16 0.94 0.06
Hex 1 20 E 61 0 38 57 91 5E 6
Octal 1 40 16 141 0 70 127 221 136 6
Binary 1 100000 1110 1100001 0 111000 1010111 10010001 1011110 110

Color Harmonies of #01200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01200E

Black with #01200E

Text Example


Text Example

White with #01200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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