Html Css Color HEX #11201A Dark Green

📋 copy color: '#11201A'

red 17 ◦ green 32 ◦ blue 26

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

Shades of Dark Green #11201A

Tints of Dark Green #11201A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 42.67%

 BLUE value IS 26 (10.55% from 255) = 34.67%

R = 22.67%
G = 42.67%
B = 34.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.87

RGB Variations

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

Color information

#11201A (or 0x11201A) is known color: Dark Green. HEX triplet: 11, 20 and 1A. RGB value is (17,32,26). Sum of RGB (Red+Green+Blue) = 17+32+26=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 32 - color contains mainly: green. Hex color #11201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11201A is #EEDFE5. Grayscale: #1A1A1A. Windows color (decimal): -15654886 or 1712145. OLE color: 1712145.

HSL color Cylindrical-coordinate representation of color #11201A: hue angle of 156º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #11201A is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 32 26 -
CMYK 0.47 0 0.19 0.87
HSL 156º 0.31% 0.1% -
HSV(B) 156º 0.47% 0.13% -
XYZ 0.93 1.23 1.16 -
YUV 26.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 17 32 26 0.47 0 0.19 0.87 156 0.31 0.1
Hex 11 20 1A 2F 0 13 57 9C 1F A
Octal 21 40 32 57 0 23 127 234 37 12
Binary 10001 100000 11010 101111 0 10011 1010111 10011100 11111 1010

Color Harmonies of #11201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11201A

Black with #11201A

Text Example


Text Example

White with #11201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11201A; }

 p { color: rgb(17,32,26); }

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

background-color css

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

 a { background-color: rgb(17,32,26); }

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

border-color css

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

 span { border-color: rgb(17,32,26); }

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