Html Css Color HEX #114D2B Zuccini

📋 copy color: '#114D2B'

red 17 ◦ green 77 ◦ blue 43

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

Shades of Zuccini #114D2B

Tints of Zuccini #114D2B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 56.2%

 BLUE value IS 43 (17.19% from 255) = 31.39%

R = 12.41%
G = 56.2%
B = 31.39%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.44

 K value IS 0.70

RGB Variations

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

Color information

#114D2B (or 0x114D2B) is known color: Zuccini. HEX triplet: 11, 4D and 2B. RGB value is (17,77,43). Sum of RGB (Red+Green+Blue) = 17+77+43=137 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.41% from 137); Green value is 77 (30.47% from 255 or 56.20% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 77 - color contains mainly: green. Hex color #114D2B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #114D2B is #EEB2D4. Grayscale: #373737. Windows color (decimal): -15643349 or 2837777. OLE color: 2837777.

HSL color Cylindrical-coordinate representation of color #114D2B: hue angle of 146º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #114D2B is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.70.

Color convert

RGB 17 77 43 -
CMYK 0.78 0 0.44 0.70
HSL 146º 0.64% 0.18% -
HSV(B) 146º 0.78% 0.3% -
XYZ 3.32 5.6 3.19 -
YUV 55.18 121.12 100.76 -
System Red Green Blue C M Y K H S L
Decimal 17 77 43 0.78 0 0.44 0.70 146 0.64 0.18
Hex 11 4D 2B 4E 0 2C 46 92 40 12
Octal 21 115 53 116 0 54 106 222 100 22
Binary 10001 1001101 101011 1001110 0 101100 1000110 10010010 1000000 10010

Color Harmonies of #114D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #114D2B

Black with #114D2B

Text Example


Text Example

White with #114D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,77,43); }

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

background-color css

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

 a { background-color: rgb(17,77,43); }

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

border-color css

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

 span { border-color: rgb(17,77,43); }

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