Html Css Color HEX #18462F Zuccini

📋 copy color: '#18462F'

red 24 ◦ green 70 ◦ blue 47

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

Shades of Zuccini #18462F

Tints of Zuccini #18462F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 49.65%

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

R = 17.02%
G = 49.65%
B = 33.33%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.33

 K value IS 0.73

RGB Variations

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

Color information

#18462F (or 0x18462F) is known color: Zuccini. HEX triplet: 18, 46 and 2F. RGB value is (24,70,47). Sum of RGB (Red+Green+Blue) = 24+70+47=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 70 (27.73% from 255 or 49.65% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 70 - color contains mainly: green. Hex color #18462F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18462F is #E7B9D0. Grayscale: #353535. Windows color (decimal): -15186385 or 3098136. OLE color: 3098136.

HSL color Cylindrical-coordinate representation of color #18462F: hue angle of 150º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #18462F is Cyan = 0.66, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.

Color convert

RGB 24 70 47 -
CMYK 0.66 0 0.33 0.73
HSL 150º 0.49% 0.18% -
HSV(B) 150º 0.66% 0.27% -
XYZ 3.08 4.78 3.45 -
YUV 53.62 124.26 106.87 -
System Red Green Blue C M Y K H S L
Decimal 24 70 47 0.66 0 0.33 0.73 150 0.49 0.18
Hex 18 46 2F 42 0 21 49 96 31 12
Octal 30 106 57 102 0 41 111 226 61 22
Binary 11000 1000110 101111 1000010 0 100001 1001001 10010110 110001 10010

Color Harmonies of #18462F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18462F

Black with #18462F

Text Example


Text Example

White with #18462F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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