Html Css Color HEX #114E30 Zuccini

📋 copy color: '#114E30'

red 17 ◦ green 78 ◦ blue 48

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

Shades of Zuccini #114E30

Tints of Zuccini #114E30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 33.57%

R = 11.89%
G = 54.55%
B = 33.57%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.38

 K value IS 0.69

RGB Variations

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

Color information

#114E30 (or 0x114E30) is known color: Zuccini. HEX triplet: 11, 4E and 30. RGB value is (17,78,48). Sum of RGB (Red+Green+Blue) = 17+78+48=143 (18% of max value = 765). Red value is 17 (7.03% from 255 or 11.89% from 143); Green value is 78 (30.86% from 255 or 54.55% from 143); Blue value is 48 (19.14% from 255 or 33.57% from 143); Max value from RGB is 78 - color contains mainly: green. Hex color #114E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114E30 is #EEB1CF. Grayscale: #383838. Windows color (decimal): -15643088 or 3165713. OLE color: 3165713.

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

Color convert

RGB 17 78 48 -
CMYK 0.78 0 0.38 0.69
HSL 150.49º 0.64% 0.19% -
HSV(B) 150.49º 0.78% 0.31% -
XYZ 3.49 5.78 3.73 -
YUV 56.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 17 78 48 0.78 0 0.38 0.69 150.49 0.64 0.19
Hex 11 4E 30 4E 0 26 45 96 40 13
Octal 21 116 60 116 0 46 105 226 100 23
Binary 10001 1001110 110000 1001110 0 100110 1000101 10010110 1000000 10011

Color Harmonies of #114E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114E30

Black with #114E30

Text Example


Text Example

White with #114E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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