Html Css Color HEX #11251D Dark Green

📋 copy color: '#11251D'

red 17 ◦ green 37 ◦ blue 29

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

Shades of Dark Green #11251D

Tints of Dark Green #11251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 44.58%

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

R = 20.48%
G = 44.58%
B = 34.94%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#11251D (or 0x11251D) is known color: Dark Green. HEX triplet: 11, 25 and 1D. RGB value is (17,37,29). Sum of RGB (Red+Green+Blue) = 17+37+29=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #11251D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11251D is #EEDAE2. Grayscale: #1E1E1E. Windows color (decimal): -15653603 or 1910033. OLE color: 1910033.

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

Color convert

RGB 17 37 29 -
CMYK 0.54 0 0.22 0.85
HSL 156º 0.37% 0.11% -
HSV(B) 156º 0.54% 0.15% -
XYZ 1.11 1.53 1.4 -
YUV 30.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 17 37 29 0.54 0 0.22 0.85 156 0.37 0.11
Hex 11 25 1D 36 0 16 55 9C 25 B
Octal 21 45 35 66 0 26 125 234 45 13
Binary 10001 100101 11101 110110 0 10110 1010101 10011100 100101 1011

Color Harmonies of #11251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11251D

Black with #11251D

Text Example


Text Example

White with #11251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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