Html Css Color HEX #11231F Dark Green

📋 copy color: '#11231F'

red 17 ◦ green 35 ◦ blue 31

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

Shades of Dark Green #11231F

Tints of Dark Green #11231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 42.17%

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

R = 20.48%
G = 42.17%
B = 37.35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.11

 K value IS 0.86

RGB Variations

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

Color information

#11231F (or 0x11231F) is known color: Dark Green. HEX triplet: 11, 23 and 1F. RGB value is (17,35,31). Sum of RGB (Red+Green+Blue) = 17+35+31=83 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.48% from 83); Green value is 35 (14.06% from 255 or 42.17% from 83); Blue value is 31 (12.5% from 255 or 37.35% from 83); Max value from RGB is 35 - color contains mainly: green. Hex color #11231F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231F is #EEDCE0. Grayscale: #1D1D1D. Windows color (decimal): -15654113 or 2040593. OLE color: 2040593.

HSL color Cylindrical-coordinate representation of color #11231F: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #11231F is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 31 -
CMYK 0.51 0 0.11 0.86
HSL 166.67º 0.35% 0.1% -
HSV(B) 166.67º 0.51% 0.14% -
XYZ 1.08 1.42 1.51 -
YUV 29.16 129.04 119.33 -
System Red Green Blue C M Y K H S L
Decimal 17 35 31 0.51 0 0.11 0.86 166.67 0.35 0.1
Hex 11 23 1F 33 0 B 56 A7 23 A
Octal 21 43 37 63 0 13 126 247 43 12
Binary 10001 100011 11111 110011 0 1011 1010110 10100111 100011 1010

Color Harmonies of #11231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11231F

Black with #11231F

Text Example


Text Example

White with #11231F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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