#184A2F

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

Shades of Zuccini #184A2F

Tints of Zuccini #184A2F

Color information

#184A2F (or 0x184A2F) is unknown color: approx Zuccini. HEX triplet: 18, 4A and 2F. RGB value is (24,74,47). Sum of RGB (Red+Green+Blue) = 24+74+47=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 74 (29.30% from 255 or 51.03% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 74 - color contains mainly: green. Hex color #184A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184A2F is #E7B5D0. Grayscale: #383838. Windows color (decimal): -15185361 or 3099160. OLE color: 3099160.

HSL color Cylindrical-coordinate representation of color #184A2F: hue angle of 147.6º 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 #184A2F is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB247447-
CMYK0.6800.360.71
HSL147.6º51.02%19.22%-
HSV(B)147.6º67.57%29.02%-
XYZ3.345.33.54-
YUV55.97122.94105.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 74 (29.30% from 255) = 51.03%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=16.55%
G=51.03%
B=32.41%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2474470.6800.360.71147.651.0219.22
Hex184A2F4402447943313
Octal30112571040441072246323
Binary1100010010101011111000100010010010001111001010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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