Html Css Color HEX #17402B Zuccini

📋 copy color: '#17402B'

red 23 ◦ green 64 ◦ blue 43

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

Shades of Zuccini #17402B

Tints of Zuccini #17402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.08%

R = 17.69%
G = 49.23%
B = 33.08%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.75

RGB Variations

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

Color information

#17402B (or 0x17402B) is known color: Zuccini. HEX triplet: 17, 40 and 2B. RGB value is (23,64,43). Sum of RGB (Red+Green+Blue) = 23+64+43=130 (17% of max value = 765). Red value is 23 (9.38% from 255 or 17.69% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #17402B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17402B is #E8BFD4. Grayscale: #313131. Windows color (decimal): -15253461 or 2834455. OLE color: 2834455.

HSL color Cylindrical-coordinate representation of color #17402B: hue angle of 149.27º 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 #17402B is Cyan = 0.64, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.75.

Color convert

RGB 23 64 43 -
CMYK 0.64 0 0.33 0.75
HSL 149.27º 0.47% 0.17% -
HSV(B) 149.27º 0.64% 0.25% -
XYZ 2.62 4.02 2.92 -
YUV 49.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 23 64 43 0.64 0 0.33 0.75 149.27 0.47 0.17
Hex 17 40 2B 40 0 21 4B 95 2F 11
Octal 27 100 53 100 0 41 113 225 57 21
Binary 10111 1000000 101011 1000000 0 100001 1001011 10010101 101111 10001

Color Harmonies of #17402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17402B

Black with #17402B

Text Example


Text Example

White with #17402B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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