#154029

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

Shades of Zuccini #154029

Tints of Zuccini #154029

Color information

#154029 (or 0x154029) is unknown color: approx Zuccini. HEX triplet: 15, 40 and 29. RGB value is (21,64,41). Sum of RGB (Red+Green+Blue) = 21+64+41=126 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.67% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 41 (16.41% from 255 or 32.54% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #154029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154029 is #EABFD6. Grayscale: #303030. Windows color (decimal): -15384535 or 2703381. OLE color: 2703381.

HSL color Cylindrical-coordinate representation of color #154029: hue angle of 147.91º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #154029 is Cyan = 0.67, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB216441-
CMYK0.6700.360.75
HSL147.91º50.59%16.67%-
HSV(B)147.91º67.19%25.1%-
XYZ2.543.992.73-
YUV48.52123.75108.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.67%
GREEN value IS 64 (25.39% from 255) = 50.79%
BLUE value IS 41 (16.41% from 255) = 32.54%
R=16.67%
G=50.79%
B=32.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164410.6700.360.75147.9150.5916.67
Hex154029430244B943311
Octal25100511030441132246321
Binary1010110000001010011000011010010010010111001010011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154029; }

 p { color: rgb(21,64,41); }

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

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

 a { background-color: rgb(21,64,41); }

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

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

 span { border-color: rgb(21,64,41); }

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