Html Css Color HEX #17452F Zuccini

📋 copy color: '#17452F'

red 23 ◦ green 69 ◦ blue 47

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

Shades of Zuccini #17452F

Tints of Zuccini #17452F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 49.64%

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

R = 16.55%
G = 49.64%
B = 33.81%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.32

 K value IS 0.73

RGB Variations

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

Color information

#17452F (or 0x17452F) is known color: Zuccini. HEX triplet: 17, 45 and 2F. RGB value is (23,69,47). Sum of RGB (Red+Green+Blue) = 23+69+47=139 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.55% from 139); Green value is 69 (27.34% from 255 or 49.64% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 69 - color contains mainly: green. Hex color #17452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17452F is #E8BAD0. Grayscale: #343434. Windows color (decimal): -15252177 or 3097879. OLE color: 3097879.

HSL color Cylindrical-coordinate representation of color #17452F: hue angle of 151.3º degrees, saturation: 0.5, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #17452F is Cyan = 0.67, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.

Color convert

RGB 23 69 47 -
CMYK 0.67 0 0.32 0.73
HSL 151.3º 0.5% 0.18% -
HSV(B) 151.3º 0.67% 0.27% -
XYZ 2.99 4.64 3.43 -
YUV 52.74 124.76 106.79 -
System Red Green Blue C M Y K H S L
Decimal 23 69 47 0.67 0 0.32 0.73 151.3 0.5 0.18
Hex 17 45 2F 43 0 20 49 97 32 12
Octal 27 105 57 103 0 40 111 227 62 22
Binary 10111 1000101 101111 1000011 0 100000 1001001 10010111 110010 10010

Color Harmonies of #17452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17452F

Black with #17452F

Text Example


Text Example

White with #17452F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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