Html Css Color HEX #18472B Zuccini

📋 copy color: '#18472B'

red 24 ◦ green 71 ◦ blue 43

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

Shades of Zuccini #18472B

Tints of Zuccini #18472B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 31.16%

R = 17.39%
G = 51.45%
B = 31.16%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.72

RGB Variations

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

Color information

#18472B (or 0x18472B) is known color: Zuccini. HEX triplet: 18, 47 and 2B. RGB value is (24,71,43). Sum of RGB (Red+Green+Blue) = 24+71+43=138 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.39% from 138); Green value is 71 (28.12% from 255 or 51.45% from 138); Blue value is 43 (17.19% from 255 or 31.16% from 138); Max value from RGB is 71 - color contains mainly: green. Hex color #18472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18472B is #E7B8D4. Grayscale: #353535. Windows color (decimal): -15186133 or 2836248. OLE color: 2836248.

HSL color Cylindrical-coordinate representation of color #18472B: hue angle of 144.26º 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 #18472B is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.

Color convert

RGB 24 71 43 -
CMYK 0.66 0 0.39 0.72
HSL 144.26º 0.49% 0.19% -
HSV(B) 144.26º 0.66% 0.28% -
XYZ 3.07 4.88 3.06 -
YUV 53.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 24 71 43 0.66 0 0.39 0.72 144.26 0.49 0.19
Hex 18 47 2B 42 0 27 48 90 31 13
Octal 30 107 53 102 0 47 110 220 61 23
Binary 11000 1000111 101011 1000010 0 100111 1001000 10010000 110001 10011

Color Harmonies of #18472B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18472B

Black with #18472B

Text Example


Text Example

White with #18472B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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