#154D2B

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

Shades of Zuccini #154D2B

Tints of Zuccini #154D2B

Color information

#154D2B (or 0x154D2B) is unknown color: approx Zuccini. HEX triplet: 15, 4D and 2B. RGB value is (21,77,43). Sum of RGB (Red+Green+Blue) = 21+77+43=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #154D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D2B is #EAB2D4. Grayscale: #383838. Windows color (decimal): -15381205 or 2837781. OLE color: 2837781.

HSL color Cylindrical-coordinate representation of color #154D2B: hue angle of 143.57º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D2B is Cyan = 0.73, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB217743-
CMYK0.7300.440.70
HSL143.57º57.14%19.22%-
HSV(B)143.57º72.73%30.2%-
XYZ3.45.643.2-
YUV56.38120.45102.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 77 (30.47% from 255) = 54.61%
BLUE value IS 43 (17.19% from 255) = 30.50%
R=14.89%
G=54.61%
B=30.50%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2177430.7300.440.70143.5757.1419.22
Hex154D2B4902C46903913
Octal25115531110541062207123
Binary1010110011011010111001001010110010001101001000011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D2B; }

 p { color: rgb(21,77,43); }

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

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

 a { background-color: rgb(21,77,43); }

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

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

 span { border-color: rgb(21,77,43); }

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