Html Css Color HEX #122820 Dark Green

📋 copy color: '#122820'

red 18 ◦ green 40 ◦ blue 32

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

Shades of Dark Green #122820

Tints of Dark Green #122820

RGB

 RED value IS 18 (7.42% from 255) = 20%

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

 BLUE value IS 32 (12.89% from 255) = 35.56%

R = 20%
G = 44.44%
B = 35.56%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#122820 (or 0x122820) is known color: Dark Green. HEX triplet: 12, 28 and 20. RGB value is (18,40,32). Sum of RGB (Red+Green+Blue) = 18+40+32=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 40 (16.02% from 255 or 44.44% from 90); Blue value is 32 (12.89% from 255 or 35.56% from 90); Max value from RGB is 40 - color contains mainly: green. Hex color #122820 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122820 is #EDD7DF. Grayscale: #202020. Windows color (decimal): -15587296 or 2107410. OLE color: 2107410.

HSL color Cylindrical-coordinate representation of color #122820: hue angle of 158.18º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122820 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 32 -
CMYK 0.55 0 0.20 0.84
HSL 158.18º 0.38% 0.11% -
HSV(B) 158.18º 0.55% 0.16% -
XYZ 1.27 1.75 1.64 -
YUV 32.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 18 40 32 0.55 0 0.20 0.84 158.18 0.38 0.11
Hex 12 28 20 37 0 14 54 9E 26 B
Octal 22 50 40 67 0 24 124 236 46 13
Binary 10010 101000 100000 110111 0 10100 1010100 10011110 100110 1011

Color Harmonies of #122820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122820

Black with #122820

Text Example


Text Example

White with #122820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122820; }

 p { color: rgb(18,40,32); }

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

background-color css

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

 a { background-color: rgb(18,40,32); }

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

border-color css

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

 span { border-color: rgb(18,40,32); }

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