#184a2e

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

Shades of Zuccini #184A2E

Tints of Zuccini #184A2E

Color information

#184A2E (or 0x184A2E) is unknown color: approx Zuccini. HEX triplet: 18, 4A and 2E. RGB value is (24,74,46). Sum of RGB (Red+Green+Blue) = 24+74+46=144 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.67% from 144); Green value is 74 (29.30% from 255 or 51.39% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 74 - color contains mainly: green. Hex color #184A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184A2E is #E7B5D1. Grayscale: #373737. Windows color (decimal): -15185362 or 3033624. OLE color: 3033624.

HSL color Cylindrical-coordinate representation of color #184A2E: hue angle of 146.4º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #184A2E is Cyan = 0.68, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.71.

Color convert

RGB247446-
CMYK0.6800.380.71
HSL146.4º51.02%19.22%-
HSV(B)146.4º67.57%29.02%-
XYZ3.325.293.43-
YUV55.86122.44105.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.67%
GREEN value IS 74 (29.30% from 255) = 51.39%
BLUE value IS 46 (18.36% from 255) = 31.94%
R=16.67%
G=51.39%
B=31.94%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2474460.6800.380.71146.451.0219.22
Hex184A2E4402647923313
Octal30112561040461072226323
Binary1100010010101011101000100010011010001111001001011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184a2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184a2e; }

 p { color: rgb(24,74,46); }

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

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

 a { background-color: rgb(24,74,46); }

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

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

 span { border-color: rgb(24,74,46); }

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