Html Css Color HEX #18482A Zuccini

📋 copy color: '#18482A'

red 24 ◦ green 72 ◦ blue 42

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

Shades of Zuccini #18482A

Tints of Zuccini #18482A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 17.39%
G = 52.17%
B = 30.43%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.42

 K value IS 0.72

RGB Variations

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

Color information

#18482A (or 0x18482A) is known color: Zuccini. HEX triplet: 18, 48 and 2A. RGB value is (24,72,42). Sum of RGB (Red+Green+Blue) = 24+72+42=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #18482A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482A is #E7B7D5. Grayscale: #363636. Windows color (decimal): -15185878 or 2770968. OLE color: 2770968.

HSL color Cylindrical-coordinate representation of color #18482A: hue angle of 142.5º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18482A is Cyan = 0.67, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 72 42 -
CMYK 0.67 0 0.42 0.72
HSL 142.5º 0.5% 0.19% -
HSV(B) 142.5º 0.67% 0.28% -
XYZ 3.11 5 2.99 -
YUV 54.23 121.1 106.44 -
System Red Green Blue C M Y K H S L
Decimal 24 72 42 0.67 0 0.42 0.72 142.5 0.5 0.19
Hex 18 48 2A 43 0 2A 48 8E 32 13
Octal 30 110 52 103 0 52 110 216 62 23
Binary 11000 1001000 101010 1000011 0 101010 1001000 10001110 110010 10011

Color Harmonies of #18482A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18482A

Black with #18482A

Text Example


Text Example

White with #18482A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18482A; }

 p { color: rgb(24,72,42); }

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

background-color css

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

 a { background-color: rgb(24,72,42); }

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

border-color css

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

 span { border-color: rgb(24,72,42); }

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