Html Css Color HEX #114F29 Zuccini

📋 copy color: '#114F29'

red 17 ◦ green 79 ◦ blue 41

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

Shades of Zuccini #114F29

Tints of Zuccini #114F29

RGB

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

 GREEN value IS 79 (31.25% from 255) = 57.66%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 12.41%
G = 57.66%
B = 29.93%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.48

 K value IS 0.69

RGB Variations

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

Color information

#114F29 (or 0x114F29) is known color: Zuccini. HEX triplet: 11, 4F and 29. RGB value is (17,79,41). Sum of RGB (Red+Green+Blue) = 17+79+41=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #114F29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114F29 is #EEB0D6. Grayscale: #383838. Windows color (decimal): -15642839 or 2707217. OLE color: 2707217.

HSL color Cylindrical-coordinate representation of color #114F29: hue angle of 143.23º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114F29 is Cyan = 0.78, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 79 41 -
CMYK 0.78 0 0.48 0.69
HSL 143.23º 0.65% 0.19% -
HSV(B) 143.23º 0.78% 0.31% -
XYZ 3.43 5.87 3.05 -
YUV 56.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 17 79 41 0.78 0 0.48 0.69 143.23 0.65 0.19
Hex 11 4F 29 4E 0 30 45 8F 41 13
Octal 21 117 51 116 0 60 105 217 101 23
Binary 10001 1001111 101001 1001110 0 110000 1000101 10001111 1000001 10011

Color Harmonies of #114F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114F29

Black with #114F29

Text Example


Text Example

White with #114F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #114F29; }

 p { color: rgb(17,79,41); }

 H1.HeaderClassName
 {
   color: #114F29;
 }
 .AnyTagClassName
 {
   color: #114F29;
 }
</style>

background-color css

<style>
 a { background-color: #114F29; }

 a { background-color: rgb(17,79,41); }

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

border-color css

<style>
 span { border-color: #114F29; }

 span { border-color: rgb(17,79,41); }

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