Html Css Color HEX #114E28 Zuccini

📋 copy color: '#114E28'

red 17 ◦ green 78 ◦ blue 40

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

Shades of Zuccini #114E28

Tints of Zuccini #114E28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 29.63%

R = 12.59%
G = 57.78%
B = 29.63%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.49

 K value IS 0.69

RGB Variations

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

Color information

#114E28 (or 0x114E28) is known color: Zuccini. HEX triplet: 11, 4E and 28. RGB value is (17,78,40). Sum of RGB (Red+Green+Blue) = 17+78+40=135 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.59% from 135); Green value is 78 (30.86% from 255 or 57.78% from 135); Blue value is 40 (16.02% from 255 or 29.63% from 135); Max value from RGB is 78 - color contains mainly: green. Hex color #114E28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E28 is #EEB1D7. Grayscale: #373737. Windows color (decimal): -15643096 or 2641425. OLE color: 2641425.

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

Color convert

RGB 17 78 40 -
CMYK 0.78 0 0.49 0.69
HSL 142.62º 0.64% 0.19% -
HSV(B) 142.62º 0.78% 0.31% -
XYZ 3.34 5.72 2.94 -
YUV 55.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 17 78 40 0.78 0 0.49 0.69 142.62 0.64 0.19
Hex 11 4E 28 4E 0 31 45 8F 40 13
Octal 21 116 50 116 0 61 105 217 100 23
Binary 10001 1001110 101000 1001110 0 110001 1000101 10001111 1000000 10011

Color Harmonies of #114E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E28

Black with #114E28

Text Example


Text Example

White with #114E28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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