Html Css Color HEX #11241C Dark Green

📋 copy color: '#11241C'

red 17 ◦ green 36 ◦ blue 28

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

Shades of Dark Green #11241C

Tints of Dark Green #11241C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 44.44%

 BLUE value IS 28 (11.33% from 255) = 34.57%

R = 20.99%
G = 44.44%
B = 34.57%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.86

RGB Variations

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

Color information

#11241C (or 0x11241C) is known color: Dark Green. HEX triplet: 11, 24 and 1C. RGB value is (17,36,28). Sum of RGB (Red+Green+Blue) = 17+36+28=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 36 (14.45% from 255 or 44.44% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 36 - color contains mainly: green. Hex color #11241C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11241C is #EEDBE3. Grayscale: #1D1D1D. Windows color (decimal): -15653860 or 1844241. OLE color: 1844241.

HSL color Cylindrical-coordinate representation of color #11241C: hue angle of 154.74º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #11241C is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 36 28 -
CMYK 0.53 0 0.22 0.86
HSL 154.74º 0.36% 0.1% -
HSV(B) 154.74º 0.53% 0.14% -
XYZ 1.07 1.46 1.32 -
YUV 29.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 17 36 28 0.53 0 0.22 0.86 154.74 0.36 0.1
Hex 11 24 1C 35 0 16 56 9B 24 A
Octal 21 44 34 65 0 26 126 233 44 12
Binary 10001 100100 11100 110101 0 10110 1010110 10011011 100100 1010

Color Harmonies of #11241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11241C

Black with #11241C

Text Example


Text Example

White with #11241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11241C; }

 p { color: rgb(17,36,28); }

 H1.HeaderClassName
 {
   color: #11241C;
 }
 .AnyTagClassName
 {
   color: #11241C;
 }
</style>

background-color css

<style>
 a { background-color: #11241C; }

 a { background-color: rgb(17,36,28); }

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

border-color css

<style>
 span { border-color: #11241C; }

 span { border-color: rgb(17,36,28); }

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