#113429

Color #113429 Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #113429

Tints of Dark Green #113429

Color information

#113429 (or 0x113429) is unknown color: approx 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

RGB175241-
CMYK0.6700.210.80
HSL161.14º50.72%13.53%-
HSV(B)161.14º67.31%20.39%-
XYZ1.862.742.53-
YUV40.28128.4111.39-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 15.45%
GREEN value IS 52 (20.70% 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 (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1752410.6700.210.80161.1450.7213.53
Hex1134294301550a133e
Octal2164511030251202416316
Binary1000111010010100110000110101011010000101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>