Html Css Color HEX #114E29 Zuccini

📋 copy color: '#114E29'

red 17 ◦ green 78 ◦ blue 41

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

Shades of Zuccini #114E29

Tints of Zuccini #114E29

RGB

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

 GREEN value IS 78 (30.86% from 255) = 57.35%

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

R = 12.5%
G = 57.35%
B = 30.15%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.47

 K value IS 0.69

RGB Variations

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

Color information

#114E29 (or 0x114E29) is known color: Zuccini. HEX triplet: 11, 4E and 29. RGB value is (17,78,41). Sum of RGB (Red+Green+Blue) = 17+78+41=136 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.5% from 136); Green value is 78 (30.86% from 255 or 57.35% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 78 - color contains mainly: green. Hex color #114E29 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E29 is #EEB1D6. Grayscale: #373737. Windows color (decimal): -15643095 or 2706961. OLE color: 2706961.

HSL color Cylindrical-coordinate representation of color #114E29: hue angle of 143.61º degrees, saturation: 0.64, 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 #114E29 is Cyan = 0.78, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB 17 78 41 -
CMYK 0.78 0 0.47 0.69
HSL 143.61º 0.64% 0.19% -
HSV(B) 143.61º 0.78% 0.31% -
XYZ 3.36 5.73 3.03 -
YUV 55.54 119.79 100.51 -
System Red Green Blue C M Y K H S L
Decimal 17 78 41 0.78 0 0.47 0.69 143.61 0.64 0.19
Hex 11 4E 29 4E 0 2F 45 90 40 13
Octal 21 116 51 116 0 57 105 220 100 23
Binary 10001 1001110 101001 1001110 0 101111 1000101 10010000 1000000 10011

Color Harmonies of #114E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E29

Black with #114E29

Text Example


Text Example

White with #114E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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