#103E2D

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

Shades of Zuccini #103E2D

Tints of Zuccini #103E2D

Color information

#103E2D (or 0x103E2D) is unknown color: approx Zuccini. HEX triplet: 10, 3E and 2D. RGB value is (16,62,45). Sum of RGB (Red+Green+Blue) = 16+62+45=123 (16% of max value = 765). Red value is 16 (6.64% from 255 or 13.01% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 45 (17.97% from 255 or 36.59% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #103E2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #103E2D is #EFC1D2. Grayscale: #2E2E2E. Windows color (decimal): -15712723 or 2965008. OLE color: 2965008.

HSL color Cylindrical-coordinate representation of color #103E2D: hue angle of 157.83º 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 #103E2D is Cyan = 0.74, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB166245-
CMYK0.7400.270.76
HSL157.83º58.97%15.29%-
HSV(B)157.83º74.19%24.31%-
XYZ2.413.743.08-
YUV46.31127.26106.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 13.01%
GREEN value IS 62 (24.61% from 255) = 50.41%
BLUE value IS 45 (17.97% from 255) = 36.59%
R=13.01%
G=50.41%
B=36.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1662450.7400.270.76157.8358.9715.29
Hex103E2D4A01B4C9e3bf
Octal2076551120331142367317
Binary1000011111010110110010100110111001100100111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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