Html Css Color HEX #012822 Dark Green

📋 copy color: '#012822'

red 1 ◦ green 40 ◦ blue 34

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

Shades of Dark Green #012822

Tints of Dark Green #012822

RGB

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

 GREEN value IS 40 (16.02% from 255) = 53.33%

 BLUE value IS 34 (13.67% from 255) = 45.33%

R = 1.33%
G = 53.33%
B = 45.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.84

RGB Variations

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

Color information

#012822 (or 0x012822) is known color: Dark Green. HEX triplet: 01, 28 and 22. RGB value is (1,40,34). Sum of RGB (Red+Green+Blue) = 1+40+34=75 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 34 (13.67% from 255 or 45.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #012822 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012822 is #FED7DD. Grayscale: #1B1B1B. Windows color (decimal): -16701406 or 2238465. OLE color: 2238465.

HSL color Cylindrical-coordinate representation of color #012822: hue angle of 170.77º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012822 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.

Color convert

RGB 1 40 34 -
CMYK 0.98 0 0.15 0.84
HSL 170.77º 0.95% 0.08% -
HSV(B) 170.77º 0.98% 0.16% -
XYZ 1.06 1.64 1.77 -
YUV 27.66 131.58 108.99 -
System Red Green Blue C M Y K H S L
Decimal 1 40 34 0.98 0 0.15 0.84 170.77 0.95 0.08
Hex 1 28 22 62 0 F 54 AB 5F 8
Octal 1 50 42 142 0 17 124 253 137 10
Binary 1 101000 100010 1100010 0 1111 1010100 10101011 1011111 1000

Color Harmonies of #012822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012822

Black with #012822

Text Example


Text Example

White with #012822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012822; }

 p { color: rgb(1,40,34); }

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

background-color css

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

 a { background-color: rgb(1,40,34); }

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

border-color css

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

 span { border-color: rgb(1,40,34); }

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