#104F28

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

Shades of Zuccini #104F28

Tints of Zuccini #104F28

Color information

#104F28 (or 0x104F28) is unknown color: approx Zuccini. HEX triplet: 10, 4F and 28. RGB value is (16,79,40). Sum of RGB (Red+Green+Blue) = 16+79+40=135 (17% of max value = 765). Red value is 16 (6.64% from 255 or 11.85% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #104F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #104F28 is #EFB0D7. Grayscale: #373737. Windows color (decimal): -15708376 or 2641680. OLE color: 2641680.

HSL color Cylindrical-coordinate representation of color #104F28: hue angle of 142.86º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #104F28 is Cyan = 0.80, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.69.

Color convert

RGB167940-
CMYK0.8000.490.69
HSL142.86º66.32%18.63%-
HSV(B)142.86º79.75%30.98%-
XYZ3.395.862.96-
YUV55.72119.1399.67-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 11.85%
GREEN value IS 79 (31.25% from 255) = 58.52%
BLUE value IS 40 (16.02% from 255) = 29.63%
R=11.85%
G=58.52%
B=29.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1679400.8000.490.69142.8666.3218.63
Hex104F2850031458f4213
Octal201175012006110521710223
Binary10000100111110100010100000110001100010110001111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,79,40); }

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

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

 a { background-color: rgb(16,79,40); }

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

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

 span { border-color: rgb(16,79,40); }

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