Html Css Color HEX #12211D Dark Green

📋 copy color: '#12211D'

red 18 ◦ green 33 ◦ blue 29

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

Shades of Dark Green #12211D

Tints of Dark Green #12211D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 41.25%

 BLUE value IS 29 (11.72% from 255) = 36.25%

R = 22.5%
G = 41.25%
B = 36.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#12211D (or 0x12211D) is known color: Dark Green. HEX triplet: 12, 21 and 1D. RGB value is (18,33,29). Sum of RGB (Red+Green+Blue) = 18+33+29=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 33 (13.28% from 255 or 41.25% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 33 - color contains mainly: green. Hex color #12211D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211D is #EDDEE2. Grayscale: #1C1C1C. Windows color (decimal): -15589091 or 1909010. OLE color: 1909010.

HSL color Cylindrical-coordinate representation of color #12211D: hue angle of 164º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #12211D is Cyan = 0.45, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 33 29 -
CMYK 0.45 0 0.12 0.87
HSL 164º 0.29% 0.1% -
HSV(B) 164º 0.45% 0.13% -
XYZ 1.02 1.31 1.36 -
YUV 28.06 128.53 120.83 -
System Red Green Blue C M Y K H S L
Decimal 18 33 29 0.45 0 0.12 0.87 164 0.29 0.1
Hex 12 21 1D 2D 0 C 57 A4 1D A
Octal 22 41 35 55 0 14 127 244 35 12
Binary 10010 100001 11101 101101 0 1100 1010111 10100100 11101 1010

Color Harmonies of #12211D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12211D

Black with #12211D

Text Example


Text Example

White with #12211D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12211D; }

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

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

background-color css

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

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

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

border-color css

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

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

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