Html Css Color HEX #11281F Dark Green

📋 copy color: '#11281F'

red 17 ◦ green 40 ◦ blue 31

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

Shades of Dark Green #11281F

Tints of Dark Green #11281F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 45.45%

 BLUE value IS 31 (12.5% from 255) = 35.23%

R = 19.32%
G = 45.45%
B = 35.23%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.22

 K value IS 0.84

RGB Variations

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

Color information

#11281F (or 0x11281F) is known color: Dark Green. HEX triplet: 11, 28 and 1F. RGB value is (17,40,31). Sum of RGB (Red+Green+Blue) = 17+40+31=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 40 (16.02% from 255 or 45.45% from 88); Blue value is 31 (12.5% from 255 or 35.23% from 88); Max value from RGB is 40 - color contains mainly: green. Hex color #11281F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11281F is #EED7E0. Grayscale: #202020. Windows color (decimal): -15652833 or 2041873. OLE color: 2041873.

HSL color Cylindrical-coordinate representation of color #11281F: hue angle of 156.52º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #11281F is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 40 31 -
CMYK 0.57 0 0.22 0.84
HSL 156.52º 0.4% 0.11% -
HSV(B) 156.52º 0.58% 0.16% -
XYZ 1.24 1.74 1.57 -
YUV 32.1 127.38 117.23 -
System Red Green Blue C M Y K H S L
Decimal 17 40 31 0.57 0 0.22 0.84 156.52 0.4 0.11
Hex 11 28 1F 39 0 16 54 9D 28 B
Octal 21 50 37 71 0 26 124 235 50 13
Binary 10001 101000 11111 111001 0 10110 1010100 10011101 101000 1011

Color Harmonies of #11281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11281F

Black with #11281F

Text Example


Text Example

White with #11281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11281F; }

 p { color: rgb(17,40,31); }

 H1.HeaderClassName
 {
   color: #11281F;
 }
 .AnyTagClassName
 {
   color: #11281F;
 }
</style>

background-color css

<style>
 a { background-color: #11281F; }

 a { background-color: rgb(17,40,31); }

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

border-color css

<style>
 span { border-color: #11281F; }

 span { border-color: rgb(17,40,31); }

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