Html Css Color HEX #122921 Dark Green

📋 copy color: '#122921'

red 18 ◦ green 41 ◦ blue 33

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

Shades of Dark Green #122921

Tints of Dark Green #122921

RGB

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

 GREEN value IS 41 (16.41% from 255) = 44.57%

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

R = 19.57%
G = 44.57%
B = 35.87%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.84

RGB Variations

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

Color information

#122921 (or 0x122921) is known color: Dark Green. HEX triplet: 12, 29 and 21. RGB value is (18,41,33). Sum of RGB (Red+Green+Blue) = 18+41+33=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 33 (13.28% from 255 or 35.87% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #122921 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122921 is #EDD6DE. Grayscale: #212121. Windows color (decimal): -15587039 or 2173202. OLE color: 2173202.

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

Color convert

RGB 18 41 33 -
CMYK 0.56 0 0.20 0.84
HSL 159.13º 0.39% 0.12% -
HSV(B) 159.13º 0.56% 0.16% -
XYZ 1.32 1.82 1.72 -
YUV 33.21 127.88 117.15 -
System Red Green Blue C M Y K H S L
Decimal 18 41 33 0.56 0 0.20 0.84 159.13 0.39 0.12
Hex 12 29 21 38 0 14 54 9F 27 C
Octal 22 51 41 70 0 24 124 237 47 14
Binary 10010 101001 100001 111000 0 10100 1010100 10011111 100111 1100

Color Harmonies of #122921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122921

Black with #122921

Text Example


Text Example

White with #122921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122921; }

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

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

background-color css

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

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

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

border-color css

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

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

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