Html Css Color HEX #11B342 Dark Pastel Green

📋 copy color: '#11B342'

red 17 ◦ green 179 ◦ blue 66

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

Shades of Dark Pastel Green #11B342

Tints of Dark Pastel Green #11B342

RGB

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

 GREEN value IS 179 (70.31% from 255) = 68.32%

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 6.49%
G = 68.32%
B = 25.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.30

RGB Variations

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

Color information

#11B342 (or 0x11B342) is known color: Dark Pastel Green. HEX triplet: 11, B3 and 42. RGB value is (17,179,66). Sum of RGB (Red+Green+Blue) = 17+179+66=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 179 (70.31% from 255 or 68.32% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 179 - color contains mainly: green. Hex color #11B342 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B342 is #EE4CBD. Grayscale: #757575. Windows color (decimal): -15617214 or 4371217. OLE color: 4371217.

HSL color Cylindrical-coordinate representation of color #11B342: hue angle of 138.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B342 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 179 66 -
CMYK 0.91 0 0.63 0.30
HSL 138.15º 0.83% 0.38% -
HSV(B) 138.15º 0.91% 0.7% -
XYZ 17.33 32.75 10.56 -
YUV 117.68 98.83 56.19 -
System Red Green Blue C M Y K H S L
Decimal 17 179 66 0.91 0 0.63 0.30 138.15 0.83 0.38
Hex 11 B3 42 5B 0 3F 1E 8A 53 26
Octal 21 263 102 133 0 77 36 212 123 46
Binary 10001 10110011 1000010 1011011 0 111111 11110 10001010 1010011 100110

Color Harmonies of #11B342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B342

Black with #11B342

Text Example


Text Example

White with #11B342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11B342; }

 p { color: rgb(17,179,66); }

 H1.HeaderClassName
 {
   color: #11B342;
 }
 .AnyTagClassName
 {
   color: #11B342;
 }
</style>

background-color css

<style>
 a { background-color: #11B342; }

 a { background-color: rgb(17,179,66); }

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

border-color css

<style>
 span { border-color: #11B342; }

 span { border-color: rgb(17,179,66); }

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