Html Css Color HEX #174C2F Zuccini

📋 copy color: '#174C2F'

red 23 ◦ green 76 ◦ blue 47

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

Shades of Zuccini #174C2F

Tints of Zuccini #174C2F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 52.05%

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

R = 15.75%
G = 52.05%
B = 32.19%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#174C2F (or 0x174C2F) is known color: Zuccini. HEX triplet: 17, 4C and 2F. RGB value is (23,76,47). Sum of RGB (Red+Green+Blue) = 23+76+47=146 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.75% from 146); Green value is 76 (30.08% from 255 or 52.05% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 76 - color contains mainly: green. Hex color #174C2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #174C2F is #E8B3D0. Grayscale: #383838. Windows color (decimal): -15250385 or 3099671. OLE color: 3099671.

HSL color Cylindrical-coordinate representation of color #174C2F: hue angle of 147.17º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #174C2F is Cyan = 0.70, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 23 76 47 -
CMYK 0.70 0 0.38 0.70
HSL 147.17º 0.54% 0.19% -
HSV(B) 147.17º 0.7% 0.3% -
XYZ 3.45 5.56 3.58 -
YUV 56.85 122.44 103.86 -
System Red Green Blue C M Y K H S L
Decimal 23 76 47 0.70 0 0.38 0.70 147.17 0.54 0.19
Hex 17 4C 2F 46 0 26 46 93 36 13
Octal 27 114 57 106 0 46 106 223 66 23
Binary 10111 1001100 101111 1000110 0 100110 1000110 10010011 110110 10011

Color Harmonies of #174C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #174C2F

Black with #174C2F

Text Example


Text Example

White with #174C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #174C2F; }

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

 H1.HeaderClassName
 {
   color: #174C2F;
 }
 .AnyTagClassName
 {
   color: #174C2F;
 }
</style>

background-color css

<style>
 a { background-color: #174C2F; }

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

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

border-color css

<style>
 span { border-color: #174C2F; }

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

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