Html Css Color HEX #17482F Zuccini

📋 copy color: '#17482F'

red 23 ◦ green 72 ◦ blue 47

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

Shades of Zuccini #17482F

Tints of Zuccini #17482F

RGB

 RED value IS 23 (9.38% from 255) = 16.2%

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

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

R = 16.2%
G = 50.7%
B = 33.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#17482F (or 0x17482F) is known color: Zuccini. HEX triplet: 17, 48 and 2F. RGB value is (23,72,47). Sum of RGB (Red+Green+Blue) = 23+72+47=142 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.20% from 142); Green value is 72 (28.52% from 255 or 50.70% from 142); Blue value is 47 (18.75% from 255 or 33.10% from 142); Max value from RGB is 72 - color contains mainly: green. Hex color #17482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17482F is #E8B7D0. Grayscale: #363636. Windows color (decimal): -15251409 or 3098647. OLE color: 3098647.

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

Color convert

RGB 23 72 47 -
CMYK 0.68 0 0.35 0.72
HSL 149.39º 0.52% 0.19% -
HSV(B) 149.39º 0.68% 0.28% -
XYZ 3.18 5.02 3.49 -
YUV 54.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 23 72 47 0.68 0 0.35 0.72 149.39 0.52 0.19
Hex 17 48 2F 44 0 23 48 95 34 13
Octal 27 110 57 104 0 43 110 225 64 23
Binary 10111 1001000 101111 1000100 0 100011 1001000 10010101 110100 10011

Color Harmonies of #17482F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17482F

Black with #17482F

Text Example


Text Example

White with #17482F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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