Html Css Color HEX #17442A Zuccini

📋 copy color: '#17442A'

red 23 ◦ green 68 ◦ blue 42

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

Shades of Zuccini #17442A

Tints of Zuccini #17442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.13%

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

R = 17.29%
G = 51.13%
B = 31.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#17442A (or 0x17442A) is known color: Zuccini. HEX triplet: 17, 44 and 2A. RGB value is (23,68,42). Sum of RGB (Red+Green+Blue) = 23+68+42=133 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.29% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #17442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442A is #E8BBD5. Grayscale: #333333. Windows color (decimal): -15252438 or 2769943. OLE color: 2769943.

HSL color Cylindrical-coordinate representation of color #17442A: hue angle of 145.33º 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 #17442A is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 68 42 -
CMYK 0.66 0 0.38 0.73
HSL 145.33º 0.49% 0.18% -
HSV(B) 145.33º 0.66% 0.27% -
XYZ 2.84 4.48 2.91 -
YUV 51.58 122.59 107.61 -
System Red Green Blue C M Y K H S L
Decimal 23 68 42 0.66 0 0.38 0.73 145.33 0.49 0.18
Hex 17 44 2A 42 0 26 49 91 31 12
Octal 27 104 52 102 0 46 111 221 61 22
Binary 10111 1000100 101010 1000010 0 100110 1001001 10010001 110001 10010

Color Harmonies of #17442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17442A

Black with #17442A

Text Example


Text Example

White with #17442A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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