Html Css Color HEX #113F2C Zuccini

📋 copy color: '#113F2C'

red 17 ◦ green 63 ◦ blue 44

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

Shades of Zuccini #113F2C

Tints of Zuccini #113F2C

RGB

 RED value IS 17 (7.03% from 255) = 13.71%

 GREEN value IS 63 (25% from 255) = 50.81%

 BLUE value IS 44 (17.58% from 255) = 35.48%

R = 13.71%
G = 50.81%
B = 35.48%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#113F2C (or 0x113F2C) is known color: Zuccini. HEX triplet: 11, 3F and 2C. RGB value is (17,63,44). Sum of RGB (Red+Green+Blue) = 17+63+44=124 (16% of max value = 765). Red value is 17 (7.03% from 255 or 13.71% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #113F2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #113F2C is #EEC0D3. Grayscale: #2F2F2F. Windows color (decimal): -15646932 or 2899729. OLE color: 2899729.

HSL color Cylindrical-coordinate representation of color #113F2C: hue angle of 155.22º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #113F2C is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 17 63 44 -
CMYK 0.73 0 0.30 0.75
HSL 155.22º 0.58% 0.16% -
HSV(B) 155.22º 0.73% 0.25% -
XYZ 2.46 3.86 3 -
YUV 47.08 126.26 106.54 -
System Red Green Blue C M Y K H S L
Decimal 17 63 44 0.73 0 0.30 0.75 155.22 0.58 0.16
Hex 11 3F 2C 49 0 1E 4B 9B 3A 10
Octal 21 77 54 111 0 36 113 233 72 20
Binary 10001 111111 101100 1001001 0 11110 1001011 10011011 111010 10000

Color Harmonies of #113F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113F2C

Black with #113F2C

Text Example


Text Example

White with #113F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113F2C; }

 p { color: rgb(17,63,44); }

 H1.HeaderClassName
 {
   color: #113F2C;
 }
 .AnyTagClassName
 {
   color: #113F2C;
 }
</style>

background-color css

<style>
 a { background-color: #113F2C; }

 a { background-color: rgb(17,63,44); }

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

border-color css

<style>
 span { border-color: #113F2C; }

 span { border-color: rgb(17,63,44); }

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