Html Css Color HEX #11231B Dark Green

📋 copy color: '#11231B'

red 17 ◦ green 35 ◦ blue 27

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

Shades of Dark Green #11231B

Tints of Dark Green #11231B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 34.18%

R = 21.52%
G = 44.3%
B = 34.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.23

 K value IS 0.86

RGB Variations

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

Color information

#11231B (or 0x11231B) is known color: Dark Green. HEX triplet: 11, 23 and 1B. RGB value is (17,35,27). Sum of RGB (Red+Green+Blue) = 17+35+27=79 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.52% from 79); Green value is 35 (14.06% from 255 or 44.30% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 35 - color contains mainly: green. Hex color #11231B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11231B is #EEDCE4. Grayscale: #1C1C1C. Windows color (decimal): -15654117 or 1778449. OLE color: 1778449.

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

Color convert

RGB 17 35 27 -
CMYK 0.51 0 0.23 0.86
HSL 153.33º 0.35% 0.1% -
HSV(B) 153.33º 0.51% 0.14% -
XYZ 1.03 1.4 1.25 -
YUV 28.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 17 35 27 0.51 0 0.23 0.86 153.33 0.35 0.1
Hex 11 23 1B 33 0 17 56 99 23 A
Octal 21 43 33 63 0 27 126 231 43 12
Binary 10001 100011 11011 110011 0 10111 1010110 10011001 100011 1010

Color Harmonies of #11231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11231B

Black with #11231B

Text Example


Text Example

White with #11231B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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