#154E2A

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

Shades of Zuccini #154E2A

Tints of Zuccini #154E2A

Color information

#154E2A (or 0x154E2A) is unknown color: approx Zuccini. HEX triplet: 15, 4E and 2A. RGB value is (21,78,42). Sum of RGB (Red+Green+Blue) = 21+78+42=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 78 (30.86% from 255 or 55.32% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 78 - color contains mainly: green. Hex color #154E2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154E2A is #EAB1D5. Grayscale: #383838. Windows color (decimal): -15380950 or 2772501. OLE color: 2772501.

HSL color Cylindrical-coordinate representation of color #154E2A: hue angle of 142.11º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154E2A is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB217842-
CMYK0.7300.460.69
HSL142.11º57.58%19.41%-
HSV(B)142.11º73.08%30.59%-
XYZ3.455.783.12-
YUV56.85119.62102.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 78 (30.86% from 255) = 55.32%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=14.89%
G=55.32%
B=29.79%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2178420.7300.460.69142.1157.5819.41
Hex154E2A4902E458e3a13
Octal25116521110561052167223
Binary1010110011101010101001001010111010001011000111011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,78,42); }

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

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

 a { background-color: rgb(21,78,42); }

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

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

 span { border-color: rgb(21,78,42); }

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