Html Css Color HEX #11221D Dark Green

📋 copy color: '#11221D'

red 17 ◦ green 34 ◦ blue 29

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

Shades of Dark Green #11221D

Tints of Dark Green #11221D

RGB

 RED value IS 17 (7.03% from 255) = 21.25%

 GREEN value IS 34 (13.67% from 255) = 42.5%

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

R = 21.25%
G = 42.5%
B = 36.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.87

RGB Variations

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

Color information

#11221D (or 0x11221D) is known color: Dark Green. HEX triplet: 11, 22 and 1D. RGB value is (17,34,29). Sum of RGB (Red+Green+Blue) = 17+34+29=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 34 (13.67% from 255 or 42.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 34 - color contains mainly: green. Hex color #11221D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11221D is #EEDDE2. Grayscale: #1C1C1C. Windows color (decimal): -15654371 or 1909265. OLE color: 1909265.

HSL color Cylindrical-coordinate representation of color #11221D: hue angle of 162.35º degrees, saturation: 0.33, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #11221D is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 34 29 -
CMYK 0.50 0 0.15 0.87
HSL 162.35º 0.33% 0.1% -
HSV(B) 162.35º 0.5% 0.13% -
XYZ 1.02 1.35 1.37 -
YUV 28.35 128.37 119.91 -
System Red Green Blue C M Y K H S L
Decimal 17 34 29 0.50 0 0.15 0.87 162.35 0.33 0.1
Hex 11 22 1D 32 0 F 57 A2 21 A
Octal 21 42 35 62 0 17 127 242 41 12
Binary 10001 100010 11101 110010 0 1111 1010111 10100010 100001 1010

Color Harmonies of #11221D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11221D

Black with #11221D

Text Example


Text Example

White with #11221D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,34,29); }

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

background-color css

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

 a { background-color: rgb(17,34,29); }

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

border-color css

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

 span { border-color: rgb(17,34,29); }

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