Html Css Color HEX #11261E Dark Green

📋 copy color: '#11261E'

red 17 ◦ green 38 ◦ blue 30

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

Shades of Dark Green #11261E

Tints of Dark Green #11261E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 35.29%

R = 20%
G = 44.71%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#11261E (or 0x11261E) is known color: Dark Green. HEX triplet: 11, 26 and 1E. RGB value is (17,38,30). Sum of RGB (Red+Green+Blue) = 17+38+30=85 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20% from 85); Green value is 38 (15.23% from 255 or 44.71% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 38 - color contains mainly: green. Hex color #11261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11261E is #EED9E1. Grayscale: #1E1E1E. Windows color (decimal): -15653346 or 1975825. OLE color: 1975825.

HSL color Cylindrical-coordinate representation of color #11261E: hue angle of 157.14º 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 #11261E is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 30 -
CMYK 0.55 0 0.21 0.85
HSL 157.14º 0.38% 0.11% -
HSV(B) 157.14º 0.55% 0.15% -
XYZ 1.16 1.6 1.48 -
YUV 30.81 127.54 118.15 -
System Red Green Blue C M Y K H S L
Decimal 17 38 30 0.55 0 0.21 0.85 157.14 0.38 0.11
Hex 11 26 1E 37 0 15 55 9D 26 B
Octal 21 46 36 67 0 25 125 235 46 13
Binary 10001 100110 11110 110111 0 10101 1010101 10011101 100110 1011

Color Harmonies of #11261E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11261E

Black with #11261E

Text Example


Text Example

White with #11261E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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