Html Css Color HEX #17402D Zuccini

📋 copy color: '#17402D'

red 23 ◦ green 64 ◦ blue 45

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

Shades of Zuccini #17402D

Tints of Zuccini #17402D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 48.48%

 BLUE value IS 45 (17.97% from 255) = 34.09%

R = 17.42%
G = 48.48%
B = 34.09%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#17402D (or 0x17402D) is known color: Zuccini. HEX triplet: 17, 40 and 2D. RGB value is (23,64,45). Sum of RGB (Red+Green+Blue) = 23+64+45=132 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.42% from 132); Green value is 64 (25.39% from 255 or 48.48% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 64 - color contains mainly: green. Hex color #17402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402D is #E8BFD2. Grayscale: #313131. Windows color (decimal): -15253459 or 2965527. OLE color: 2965527.

HSL color Cylindrical-coordinate representation of color #17402D: hue angle of 152.2º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #17402D is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 45 -
CMYK 0.64 0 0.30 0.75
HSL 152.2º 0.47% 0.17% -
HSV(B) 152.2º 0.64% 0.25% -
XYZ 2.66 4.04 3.12 -
YUV 49.58 125.42 109.04 -
System Red Green Blue C M Y K H S L
Decimal 23 64 45 0.64 0 0.30 0.75 152.2 0.47 0.17
Hex 17 40 2D 40 0 1E 4B 98 2F 11
Octal 27 100 55 100 0 36 113 230 57 21
Binary 10111 1000000 101101 1000000 0 11110 1001011 10011000 101111 10001

Color Harmonies of #17402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17402D

Black with #17402D

Text Example


Text Example

White with #17402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #17402D; }

 p { color: rgb(23,64,45); }

 H1.HeaderClassName
 {
   color: #17402D;
 }
 .AnyTagClassName
 {
   color: #17402D;
 }
</style>

background-color css

<style>
 a { background-color: #17402D; }

 a { background-color: rgb(23,64,45); }

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

border-color css

<style>
 span { border-color: #17402D; }

 span { border-color: rgb(23,64,45); }

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