Html Css Color HEX #113429 Dark Green

📋 copy color: '#113429'

red 17 ◦ green 52 ◦ blue 41

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

Shades of Dark Green #113429

Tints of Dark Green #113429

RGB

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

 GREEN value IS 52 (20.7% from 255) = 47.27%

 BLUE value IS 41 (16.41% from 255) = 37.27%

R = 15.45%
G = 47.27%
B = 37.27%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.21

 K value IS 0.80

RGB Variations

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

Color information

#113429 (or 0x113429) is known color: Dark Green. HEX triplet: 11, 34 and 29. RGB value is (17,52,41). Sum of RGB (Red+Green+Blue) = 17+52+41=110 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.45% from 110); Green value is 52 (20.70% from 255 or 47.27% from 110); Blue value is 41 (16.41% from 255 or 37.27% from 110); Max value from RGB is 52 - color contains mainly: green. Hex color #113429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113429 is #EECBD6. Grayscale: #282828. Windows color (decimal): -15649751 or 2700305. OLE color: 2700305.

HSL color Cylindrical-coordinate representation of color #113429: hue angle of 161.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #113429 is Cyan = 0.67, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.80.

Color convert

RGB 17 52 41 -
CMYK 0.67 0 0.21 0.80
HSL 161.14º 0.51% 0.14% -
HSV(B) 161.14º 0.67% 0.2% -
XYZ 1.86 2.74 2.53 -
YUV 40.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 17 52 41 0.67 0 0.21 0.80 161.14 0.51 0.14
Hex 11 34 29 43 0 15 50 A1 33 E
Octal 21 64 51 103 0 25 120 241 63 16
Binary 10001 110100 101001 1000011 0 10101 1010000 10100001 110011 1110

Color Harmonies of #113429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113429

Black with #113429

Text Example


Text Example

White with #113429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113429; }

 p { color: rgb(17,52,41); }

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

background-color css

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

 a { background-color: rgb(17,52,41); }

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

border-color css

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

 span { border-color: rgb(17,52,41); }

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