Html Css Color HEX #122821 Dark Green

📋 copy color: '#122821'

red 18 ◦ green 40 ◦ blue 33

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

Shades of Dark Green #122821

Tints of Dark Green #122821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 36.26%

R = 19.78%
G = 43.96%
B = 36.26%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.17

 K value IS 0.84

RGB Variations

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

Color information

#122821 (or 0x122821) is known color: Dark Green. HEX triplet: 12, 28 and 21. RGB value is (18,40,33). Sum of RGB (Red+Green+Blue) = 18+40+33=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 33 (13.28% from 255 or 36.26% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #122821 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122821 is #EDD7DE. Grayscale: #202020. Windows color (decimal): -15587295 or 2172946. OLE color: 2172946.

HSL color Cylindrical-coordinate representation of color #122821: hue angle of 160.91º 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 #122821 is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 40 33 -
CMYK 0.55 0 0.17 0.84
HSL 160.91º 0.38% 0.11% -
HSV(B) 160.91º 0.55% 0.16% -
XYZ 1.28 1.76 1.71 -
YUV 32.62 128.21 117.57 -
System Red Green Blue C M Y K H S L
Decimal 18 40 33 0.55 0 0.17 0.84 160.91 0.38 0.11
Hex 12 28 21 37 0 11 54 A1 26 B
Octal 22 50 41 67 0 21 124 241 46 13
Binary 10010 101000 100001 110111 0 10001 1010100 10100001 100110 1011

Color Harmonies of #122821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122821

Black with #122821

Text Example


Text Example

White with #122821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122821; }

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

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

background-color css

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

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

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

border-color css

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

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

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