#103E29

Color #103E29 Zuccini (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zuccini #103E29

Tints of Zuccini #103E29

Color information

#103E29 (or 0x103E29) is unknown color: approx Zuccini. HEX triplet: 10, 3E and 29. RGB value is (16,62,41). Sum of RGB (Red+Green+Blue) = 16+62+41=119 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.45% from 119); Green value is 62 (24.61% from 255 or 52.10% from 119); Blue value is 41 (16.41% from 255 or 34.45% from 119); Max value from RGB is 62 - color contains mainly: green. Hex color #103E29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E29 is #EFC1D6. Grayscale: #2D2D2D. Windows color (decimal): -15712727 or 2702864. OLE color: 2702864.

HSL color Cylindrical-coordinate representation of color #103E29: hue angle of 152.61º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #103E29 is Cyan = 0.74, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.76.

Color convert

RGB166241-
CMYK0.7400.340.76
HSL152.61º58.97%15.29%-
HSV(B)152.61º74.19%24.31%-
XYZ2.343.722.69-
YUV45.85125.26106.71-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.45%
GREEN value IS 62 (24.61% from 255) = 52.10%
BLUE value IS 41 (16.41% from 255) = 34.45%
R=13.45%
G=52.10%
B=34.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662410.7400.340.76152.6158.9715.29
Hex103E294A0224C993bf
Octal2076511120421142317317
Binary10000111110101001100101001000101001100100110011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E29; }

 p { color: rgb(16,62,41); }

 H1.HeaderClassName
 {
   color: #103E29;
 }
 .AnyTagClassName
 {
   color: #103E29;
 }
</style>
background-color css

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

 a { background-color: rgb(16,62,41); }

 div.DivClassName
 {
   background-color: #103E29;
 }
 .BgClassName
 {
   background-color: #103E29;
 }
</style>
border-color css

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

 span { border-color: rgb(16,62,41); }

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