Html Css Color HEX #11231C Dark Green

📋 copy color: '#11231C'

red 17 ◦ green 35 ◦ blue 28

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

Shades of Dark Green #11231C

Tints of Dark Green #11231C

RGB

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

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

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

R = 21.25%
G = 43.75%
B = 35%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.20

 K value IS 0.86

RGB Variations

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

Color information

#11231C (or 0x11231C) is known color: Dark Green. HEX triplet: 11, 23 and 1C. RGB value is (17,35,28). Sum of RGB (Red+Green+Blue) = 17+35+28=80 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.25% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 28 (11.33% from 255 or 35% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #11231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231C is #EEDCE3. Grayscale: #1C1C1C. Windows color (decimal): -15654116 or 1843985. OLE color: 1843985.

HSL color Cylindrical-coordinate representation of color #11231C: hue angle of 156.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 #11231C is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB 17 35 28 -
CMYK 0.51 0 0.20 0.86
HSL 156.67º 0.35% 0.1% -
HSV(B) 156.67º 0.51% 0.14% -
XYZ 1.04 1.41 1.31 -
YUV 28.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 17 35 28 0.51 0 0.20 0.86 156.67 0.35 0.1
Hex 11 23 1C 33 0 14 56 9D 23 A
Octal 21 43 34 63 0 24 126 235 43 12
Binary 10001 100011 11100 110011 0 10100 1010110 10011101 100011 1010

Color Harmonies of #11231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11231C

Black with #11231C

Text Example


Text Example

White with #11231C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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