Html Css Color HEX #122620 Dark Green

📋 copy color: '#122620'

red 18 ◦ green 38 ◦ blue 32

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

Shades of Dark Green #122620

Tints of Dark Green #122620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 43.18%

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

R = 20.45%
G = 43.18%
B = 36.36%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.85

RGB Variations

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

Color information

#122620 (or 0x122620) is known color: Dark Green. HEX triplet: 12, 26 and 20. RGB value is (18,38,32). Sum of RGB (Red+Green+Blue) = 18+38+32=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 32 (12.89% from 255 or 36.36% from 88); Max value from RGB is 38 - color contains mainly: green. Hex color #122620 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122620 is #EDD9DF. Grayscale: #1F1F1F. Windows color (decimal): -15587808 or 2106898. OLE color: 2106898.

HSL color Cylindrical-coordinate representation of color #122620: hue angle of 162º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #122620 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.

Color convert

RGB 18 38 32 -
CMYK 0.53 0 0.16 0.85
HSL 162º 0.36% 0.11% -
HSV(B) 162º 0.53% 0.15% -
XYZ 1.2 1.62 1.62 -
YUV 31.34 128.37 118.49 -
System Red Green Blue C M Y K H S L
Decimal 18 38 32 0.53 0 0.16 0.85 162 0.36 0.11
Hex 12 26 20 35 0 10 55 A2 24 B
Octal 22 46 40 65 0 20 125 242 44 13
Binary 10010 100110 100000 110101 0 10000 1010101 10100010 100100 1011

Color Harmonies of #122620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122620

Black with #122620

Text Example


Text Example

White with #122620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122620; }

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

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

background-color css

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

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

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

border-color css

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

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

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