#104E2F

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

Shades of Zuccini #104E2F

Tints of Zuccini #104E2F

Color information

#104E2F (or 0x104E2F) is unknown color: approx Zuccini. HEX triplet: 10, 4E and 2F. RGB value is (16,78,47). Sum of RGB (Red+Green+Blue) = 16+78+47=141 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.35% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #104E2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104E2F is #EFB1D0. Grayscale: #373737. Windows color (decimal): -15708625 or 3100176. OLE color: 3100176.

HSL color Cylindrical-coordinate representation of color #104E2F: hue angle of 150º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104E2F is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB167847-
CMYK0.7900.400.69
HSL150º65.96%18.43%-
HSV(B)150º79.49%30.59%-
XYZ3.455.763.62-
YUV55.93122.9699.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.35%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 47 (18.75% from 255) = 33.33%
R=11.35%
G=55.32%
B=33.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1678470.7900.400.6915065.9618.43
Hex104E2F4F02845964212
Octal201165711705010522610222
Binary10000100111010111110011110101000100010110010110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104E2F; }

 p { color: rgb(16,78,47); }

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

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

 a { background-color: rgb(16,78,47); }

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

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

 span { border-color: rgb(16,78,47); }

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