Html Css Color HEX #18472F Zuccini

📋 copy color: '#18472F'

red 24 ◦ green 71 ◦ blue 47

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

Shades of Zuccini #18472F

Tints of Zuccini #18472F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 50%

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

R = 16.9%
G = 50%
B = 33.1%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.34

 K value IS 0.72

RGB Variations

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

Color information

#18472F (or 0x18472F) is known color: Zuccini. HEX triplet: 18, 47 and 2F. RGB value is (24,71,47). Sum of RGB (Red+Green+Blue) = 24+71+47=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 71 (28.12% from 255 or 50% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 71 - color contains mainly: green. Hex color #18472F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472F is #E7B8D0. Grayscale: #363636. Windows color (decimal): -15186129 or 3098392. OLE color: 3098392.

HSL color Cylindrical-coordinate representation of color #18472F: hue angle of 149.36º degrees, saturation: 0.49, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18472F is Cyan = 0.66, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 47 -
CMYK 0.66 0 0.34 0.72
HSL 149.36º 0.49% 0.19% -
HSV(B) 149.36º 0.66% 0.28% -
XYZ 3.14 4.91 3.47 -
YUV 54.21 123.93 106.45 -
System Red Green Blue C M Y K H S L
Decimal 24 71 47 0.66 0 0.34 0.72 149.36 0.49 0.19
Hex 18 47 2F 42 0 22 48 95 31 13
Octal 30 107 57 102 0 42 110 225 61 23
Binary 11000 1000111 101111 1000010 0 100010 1001000 10010101 110001 10011

Color Harmonies of #18472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18472F

Black with #18472F

Text Example


Text Example

White with #18472F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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