Html Css Color HEX #11231D Dark Green

📋 copy color: '#11231D'

red 17 ◦ green 35 ◦ blue 29

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

Shades of Dark Green #11231D

Tints of Dark Green #11231D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 35.8%

R = 20.99%
G = 43.21%
B = 35.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.86

RGB Variations

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

Color information

#11231D (or 0x11231D) is known color: Dark Green. HEX triplet: 11, 23 and 1D. RGB value is (17,35,29). Sum of RGB (Red+Green+Blue) = 17+35+29=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 29 (11.72% from 255 or 35.80% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #11231D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231D is #EEDCE2. Grayscale: #1C1C1C. Windows color (decimal): -15654115 or 1909521. OLE color: 1909521.

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

Color convert

RGB 17 35 29 -
CMYK 0.51 0 0.17 0.86
HSL 160º 0.35% 0.1% -
HSV(B) 160º 0.51% 0.14% -
XYZ 1.05 1.41 1.38 -
YUV 28.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 17 35 29 0.51 0 0.17 0.86 160 0.35 0.1
Hex 11 23 1D 33 0 11 56 A0 23 A
Octal 21 43 35 63 0 21 126 240 43 12
Binary 10001 100011 11101 110011 0 10001 1010110 10100000 100011 1010

Color Harmonies of #11231D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11231D

Black with #11231D

Text Example


Text Example

White with #11231D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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