Html Css Color HEX #11B93D Dark Pastel Green

📋 copy color: '#11B93D'

red 17 ◦ green 185 ◦ blue 61

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

Shades of Dark Pastel Green #11B93D

Tints of Dark Pastel Green #11B93D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 70.34%

 BLUE value IS 61 (24.22% from 255) = 23.19%

R = 6.46%
G = 70.34%
B = 23.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#11B93D (or 0x11B93D) is known color: Dark Pastel Green. HEX triplet: 11, B9 and 3D. RGB value is (17,185,61). Sum of RGB (Red+Green+Blue) = 17+185+61=263 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.46% from 263); Green value is 185 (72.66% from 255 or 70.34% from 263); Blue value is 61 (24.22% from 255 or 23.19% from 263); Max value from RGB is 185 - color contains mainly: green. Hex color #11B93D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11B93D is #EE46C2. Grayscale: #787878. Windows color (decimal): -15615683 or 4045073. OLE color: 4045073.

HSL color Cylindrical-coordinate representation of color #11B93D: hue angle of 135.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11B93D is Cyan = 0.91, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB 17 185 61 -
CMYK 0.91 0 0.67 0.27
HSL 135.71º 0.83% 0.4% -
HSV(B) 135.71º 0.91% 0.73% -
XYZ 18.42 35.15 10.23 -
YUV 120.63 94.34 54.08 -
System Red Green Blue C M Y K H S L
Decimal 17 185 61 0.91 0 0.67 0.27 135.71 0.83 0.4
Hex 11 B9 3D 5B 0 43 1B 88 53 28
Octal 21 271 75 133 0 103 33 210 123 50
Binary 10001 10111001 111101 1011011 0 1000011 11011 10001000 1010011 101000

Color Harmonies of #11B93D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B93D

Black with #11B93D

Text Example


Text Example

White with #11B93D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,185,61); }

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

background-color css

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

 a { background-color: rgb(17,185,61); }

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

border-color css

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

 span { border-color: rgb(17,185,61); }

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