Html Css Color HEX #184930 Zuccini

📋 copy color: '#184930'

red 24 ◦ green 73 ◦ blue 48

#184930
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zuccini #184930

Tints of Zuccini #184930

RGB

 RED value IS 24 (9.77% from 255) = 16.55%

 GREEN value IS 73 (28.91% from 255) = 50.34%

 BLUE value IS 48 (19.14% from 255) = 33.1%

R = 16.55%
G = 50.34%
B = 33.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.71

RGB Variations

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

Color information

#184930 (or 0x184930) is known color: Zuccini. HEX triplet: 18, 49 and 30. RGB value is (24,73,48). Sum of RGB (Red+Green+Blue) = 24+73+48=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 73 (28.91% from 255 or 50.34% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 73 - color contains mainly: green. Hex color #184930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184930 is #E7B6CF. Grayscale: #373737. Windows color (decimal): -15185616 or 3164440. OLE color: 3164440.

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

Color convert

RGB 24 73 48 -
CMYK 0.67 0 0.34 0.71
HSL 149.39º 0.51% 0.19% -
HSV(B) 149.39º 0.67% 0.29% -
XYZ 3.29 5.17 3.62 -
YUV 55.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 24 73 48 0.67 0 0.34 0.71 149.39 0.51 0.19
Hex 18 49 30 43 0 22 47 95 33 13
Octal 30 111 60 103 0 42 107 225 63 23
Binary 11000 1001001 110000 1000011 0 100010 1000111 10010101 110011 10011

Color Harmonies of #184930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #184930

Black with #184930

Text Example


Text Example

White with #184930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #184930; }

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

 H1.HeaderClassName
 {
   color: #184930;
 }
 .AnyTagClassName
 {
   color: #184930;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #184930;
 }
 .BgClassName
 {
   background-color: #184930;
 }
</style>

border-color css

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

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

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