Html Css Color HEX #012008 Dark Green

📋 copy color: '#012008'

red 1 ◦ green 32 ◦ blue 8

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

Shades of Dark Green #012008

Tints of Dark Green #012008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 19.51%

R = 2.44%
G = 78.05%
B = 19.51%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.75

 K value IS 0.87

RGB Variations

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

Color information

#012008 (or 0x012008) is known color: Dark Green. HEX triplet: 01, 20 and 08. RGB value is (1,32,8). Sum of RGB (Red+Green+Blue) = 1+32+8=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 32 (12.89% from 255 or 78.05% from 41); Blue value is 8 (3.52% from 255 or 19.51% from 41); Max value from RGB is 32 - color contains mainly: green. Hex color #012008 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #012008 is #FEDFF7. Grayscale: #141414. Windows color (decimal): -16703480 or 532481. OLE color: 532481.

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

Color convert

RGB 1 32 8 -
CMYK 0.97 0 0.75 0.87
HSL 133.55º 0.94% 0.06% -
HSV(B) 133.55º 0.97% 0.13% -
XYZ 0.57 1.06 0.4 -
YUV 20 121.23 114.45 -
System Red Green Blue C M Y K H S L
Decimal 1 32 8 0.97 0 0.75 0.87 133.55 0.94 0.06
Hex 1 20 8 61 0 4B 57 86 5E 6
Octal 1 40 10 141 0 113 127 206 136 6
Binary 1 100000 1000 1100001 0 1001011 1010111 10000110 1011110 110

Color Harmonies of #012008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012008

Black with #012008

Text Example


Text Example

White with #012008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012008; }

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

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

background-color css

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

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

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

border-color css

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

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

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