Html Css Color HEX #18482F Zuccini

📋 copy color: '#18482F'

red 24 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #18482F

Tints of Zuccini #18482F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 32.87%

R = 16.78%
G = 50.35%
B = 32.87%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#18482F (or 0x18482F) is known color: Zuccini. HEX triplet: 18, 48 and 2F. RGB value is (24,72,47). Sum of RGB (Red+Green+Blue) = 24+72+47=143 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.78% from 143); Green value is 72 (28.52% from 255 or 50.35% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 72 - color contains mainly: green. Hex color #18482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18482F is #E7B7D0. Grayscale: #363636. Windows color (decimal): -15185873 or 3098648. OLE color: 3098648.

HSL color Cylindrical-coordinate representation of color #18482F: hue angle of 148.75º 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 #18482F is Cyan = 0.67, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 72 47 -
CMYK 0.67 0 0.35 0.72
HSL 148.75º 0.5% 0.19% -
HSV(B) 148.75º 0.67% 0.28% -
XYZ 3.21 5.03 3.49 -
YUV 54.8 123.6 106.03 -
System Red Green Blue C M Y K H S L
Decimal 24 72 47 0.67 0 0.35 0.72 148.75 0.5 0.19
Hex 18 48 2F 43 0 23 48 95 32 13
Octal 30 110 57 103 0 43 110 225 62 23
Binary 11000 1001000 101111 1000011 0 100011 1001000 10010101 110010 10011

Color Harmonies of #18482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18482F

Black with #18482F

Text Example


Text Example

White with #18482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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