Html Css Color HEX #17492A Zuccini

📋 copy color: '#17492A'

red 23 ◦ green 73 ◦ blue 42

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

Shades of Zuccini #17492A

Tints of Zuccini #17492A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 52.9%

 BLUE value IS 42 (16.8% from 255) = 30.43%

R = 16.67%
G = 52.9%
B = 30.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.42

 K value IS 0.71

RGB Variations

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

Color information

#17492A (or 0x17492A) is known color: Zuccini. HEX triplet: 17, 49 and 2A. RGB value is (23,73,42). Sum of RGB (Red+Green+Blue) = 23+73+42=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 73 (28.91% from 255 or 52.90% from 138); Blue value is 42 (16.80% from 255 or 30.43% from 138); Max value from RGB is 73 - color contains mainly: green. Hex color #17492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17492A is #E8B6D5. Grayscale: #363636. Windows color (decimal): -15251158 or 2771223. OLE color: 2771223.

HSL color Cylindrical-coordinate representation of color #17492A: hue angle of 142.8º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #17492A is Cyan = 0.68, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.71.

Color convert

RGB 23 73 42 -
CMYK 0.68 0 0.42 0.71
HSL 142.8º 0.52% 0.19% -
HSV(B) 142.8º 0.68% 0.29% -
XYZ 3.15 5.11 3.01 -
YUV 54.52 120.94 105.52 -
System Red Green Blue C M Y K H S L
Decimal 23 73 42 0.68 0 0.42 0.71 142.8 0.52 0.19
Hex 17 49 2A 44 0 2A 47 8F 34 13
Octal 27 111 52 104 0 52 107 217 64 23
Binary 10111 1001001 101010 1000100 0 101010 1000111 10001111 110100 10011

Color Harmonies of #17492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17492A

Black with #17492A

Text Example


Text Example

White with #17492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17492A; }

 p { color: rgb(23,73,42); }

 H1.HeaderClassName
 {
   color: #17492A;
 }
 .AnyTagClassName
 {
   color: #17492A;
 }
</style>

background-color css

<style>
 a { background-color: #17492A; }

 a { background-color: rgb(23,73,42); }

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

border-color css

<style>
 span { border-color: #17492A; }

 span { border-color: rgb(23,73,42); }

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