Html Css Color HEX #11271F Dark Green

📋 copy color: '#11271F'

red 17 ◦ green 39 ◦ blue 31

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

Shades of Dark Green #11271F

Tints of Dark Green #11271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 44.83%

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

R = 19.54%
G = 44.83%
B = 35.63%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.21

 K value IS 0.85

RGB Variations

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

Color information

#11271F (or 0x11271F) is known color: Dark Green. HEX triplet: 11, 27 and 1F. RGB value is (17,39,31). Sum of RGB (Red+Green+Blue) = 17+39+31=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 39 (15.62% from 255 or 44.83% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 39 - color contains mainly: green. Hex color #11271F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11271F is #EED8E0. Grayscale: #1F1F1F. Windows color (decimal): -15653089 or 2041617. OLE color: 2041617.

HSL color Cylindrical-coordinate representation of color #11271F: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #11271F is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 39 31 -
CMYK 0.56 0 0.21 0.85
HSL 158.18º 0.39% 0.11% -
HSV(B) 158.18º 0.56% 0.15% -
XYZ 1.2 1.67 1.56 -
YUV 31.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 17 39 31 0.56 0 0.21 0.85 158.18 0.39 0.11
Hex 11 27 1F 38 0 15 55 9E 27 B
Octal 21 47 37 70 0 25 125 236 47 13
Binary 10001 100111 11111 111000 0 10101 1010101 10011110 100111 1011

Color Harmonies of #11271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11271F

Black with #11271F

Text Example


Text Example

White with #11271F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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