Html Css Color HEX #17442F Zuccini

📋 copy color: '#17442F'

red 23 ◦ green 68 ◦ blue 47

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

Shades of Zuccini #17442F

Tints of Zuccini #17442F

RGB

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

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

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

R = 16.67%
G = 49.28%
B = 34.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.31

 K value IS 0.73

RGB Variations

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

Color information

#17442F (or 0x17442F) is known color: Zuccini. HEX triplet: 17, 44 and 2F. RGB value is (23,68,47). Sum of RGB (Red+Green+Blue) = 23+68+47=138 (18% of max value = 765). Red value is 23 (9.38% from 255 or 16.67% from 138); Green value is 68 (26.95% from 255 or 49.28% from 138); Blue value is 47 (18.75% from 255 or 34.06% from 138); Max value from RGB is 68 - color contains mainly: green. Hex color #17442F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17442F is #E8BBD0. Grayscale: #343434. Windows color (decimal): -15252433 or 3097623. OLE color: 3097623.

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

Color convert

RGB 23 68 47 -
CMYK 0.66 0 0.31 0.73
HSL 152º 0.49% 0.18% -
HSV(B) 152º 0.66% 0.27% -
XYZ 2.93 4.52 3.41 -
YUV 52.15 125.09 107.21 -
System Red Green Blue C M Y K H S L
Decimal 23 68 47 0.66 0 0.31 0.73 152 0.49 0.18
Hex 17 44 2F 42 0 1F 49 98 31 12
Octal 27 104 57 102 0 37 111 230 61 22
Binary 10111 1000100 101111 1000010 0 11111 1001001 10011000 110001 10010

Color Harmonies of #17442F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17442F

Black with #17442F

Text Example


Text Example

White with #17442F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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