#184B30

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

Shades of Zuccini #184B30

Tints of Zuccini #184B30

Color information

#184B30 (or 0x184B30) is unknown color: approx Zuccini. HEX triplet: 18, 4B and 30. RGB value is (24,75,48). Sum of RGB (Red+Green+Blue) = 24+75+48=147 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.33% from 147); Green value is 75 (29.69% from 255 or 51.02% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 75 - color contains mainly: green. Hex color #184B30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184B30 is #E7B4CF. Grayscale: #383838. Windows color (decimal): -15185104 or 3164952. OLE color: 3164952.

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

Color convert

RGB247548-
CMYK0.6800.360.71
HSL148.24º51.52%19.41%-
HSV(B)148.24º68%29.41%-
XYZ3.435.443.67-
YUV56.67123.1104.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.33%
GREEN value IS 75 (29.69% from 255) = 51.02%
BLUE value IS 48 (19.14% from 255) = 32.65%
R=16.33%
G=51.02%
B=32.65%

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
Decimal2475480.6800.360.71148.2451.5219.41
Hex184B304402447943413
Octal30113601040441072246423
Binary1100010010111100001000100010010010001111001010011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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