Html Css Color HEX #11261D Dark Green

📋 copy color: '#11261D'

red 17 ◦ green 38 ◦ blue 29

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

Shades of Dark Green #11261D

Tints of Dark Green #11261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 45.24%

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

R = 20.24%
G = 45.24%
B = 34.52%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#11261D (or 0x11261D) is known color: Dark Green. HEX triplet: 11, 26 and 1D. RGB value is (17,38,29). Sum of RGB (Red+Green+Blue) = 17+38+29=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 38 (15.23% from 255 or 45.24% from 84); Blue value is 29 (11.72% from 255 or 34.52% from 84); Max value from RGB is 38 - color contains mainly: green. Hex color #11261D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261D is #EED9E2. Grayscale: #1E1E1E. Windows color (decimal): -15653347 or 1910289. OLE color: 1910289.

HSL color Cylindrical-coordinate representation of color #11261D: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #11261D is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 29 -
CMYK 0.55 0 0.24 0.85
HSL 154.29º 0.38% 0.11% -
HSV(B) 154.29º 0.55% 0.15% -
XYZ 1.15 1.59 1.41 -
YUV 30.7 127.04 118.23 -
System Red Green Blue C M Y K H S L
Decimal 17 38 29 0.55 0 0.24 0.85 154.29 0.38 0.11
Hex 11 26 1D 37 0 18 55 9A 26 B
Octal 21 46 35 67 0 30 125 232 46 13
Binary 10001 100110 11101 110111 0 11000 1010101 10011010 100110 1011

Color Harmonies of #11261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11261D

Black with #11261D

Text Example


Text Example

White with #11261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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