Html Css Color HEX #012009 Dark Green

📋 copy color: '#012009'

red 1 ◦ green 32 ◦ blue 9

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

Shades of Dark Green #012009

Tints of Dark Green #012009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 21.43%

R = 2.38%
G = 76.19%
B = 21.43%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.87

RGB Variations

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

Color information

#012009 (or 0x012009) is known color: Dark Green. HEX triplet: 01, 20 and 09. RGB value is (1,32,9). Sum of RGB (Red+Green+Blue) = 1+32+9=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 32 (12.89% from 255 or 76.19% from 42); Blue value is 9 (3.91% from 255 or 21.43% from 42); Max value from RGB is 32 - color contains mainly: green. Hex color #012009 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012009 is #FEDFF6. Grayscale: #141414. Windows color (decimal): -16703479 or 598017. OLE color: 598017.

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

Color convert

RGB 1 32 9 -
CMYK 0.97 0 0.72 0.87
HSL 135.48º 0.94% 0.06% -
HSV(B) 135.48º 0.97% 0.13% -
XYZ 0.58 1.06 0.43 -
YUV 20.11 121.73 114.37 -
System Red Green Blue C M Y K H S L
Decimal 1 32 9 0.97 0 0.72 0.87 135.48 0.94 0.06
Hex 1 20 9 61 0 48 57 87 5E 6
Octal 1 40 11 141 0 110 127 207 136 6
Binary 1 100000 1001 1100001 0 1001000 1010111 10000111 1011110 110

Color Harmonies of #012009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012009

Black with #012009

Text Example


Text Example

White with #012009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012009; }

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

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

background-color css

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

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

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

border-color css

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

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

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