#184F30

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

Shades of Zuccini #184F30

Tints of Zuccini #184F30

Color information

#184F30 (or 0x184F30) is unknown color: approx Zuccini. HEX triplet: 18, 4F and 30. RGB value is (24,79,48). Sum of RGB (Red+Green+Blue) = 24+79+48=151 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.89% from 151); Green value is 79 (31.25% from 255 or 52.32% from 151); Blue value is 48 (19.14% from 255 or 31.79% from 151); Max value from RGB is 79 - color contains mainly: green. Hex color #184F30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #184F30 is #E7B0CF. Grayscale: #3B3B3B. Windows color (decimal): -15184080 or 3165976. OLE color: 3165976.

HSL color Cylindrical-coordinate representation of color #184F30: hue angle of 146.18º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184F30 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.69.

Color convert

RGB247948-
CMYK0.7000.390.69
HSL146.18º53.4%20.2%-
HSV(B)146.18º69.62%30.98%-
XYZ3.7163.76-
YUV59.02121.78103.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.89%
GREEN value IS 79 (31.25% from 255) = 52.32%
BLUE value IS 48 (19.14% from 255) = 31.79%
R=15.89%
G=52.32%
B=31.79%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2479480.7000.390.69146.1853.420.2
Hex184F304602745923514
Octal30117601060471052226524
Binary1100010011111100001000110010011110001011001001011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,79,48); }

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

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

 a { background-color: rgb(24,79,48); }

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

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

 span { border-color: rgb(24,79,48); }

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