Html Css Color HEX #11BD1D Dark Pastel Green

📋 copy color: '#11BD1D'

red 17 ◦ green 189 ◦ blue 29

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

Shades of Dark Pastel Green #11BD1D

Tints of Dark Pastel Green #11BD1D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 80.43%

 BLUE value IS 29 (11.72% from 255) = 12.34%

R = 7.23%
G = 80.43%
B = 12.34%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#11BD1D (or 0x11BD1D) is known color: Dark Pastel Green. HEX triplet: 11, BD and 1D. RGB value is (17,189,29). Sum of RGB (Red+Green+Blue) = 17+189+29=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 189 (74.22% from 255 or 80.43% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 189 - color contains mainly: green. Hex color #11BD1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11BD1D is #EE42E2. Grayscale: #777777. Windows color (decimal): -15614691 or 1948945. OLE color: 1948945.

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

Color convert

RGB 17 189 29 -
CMYK 0.91 0 0.85 0.26
HSL 124.19º 0.83% 0.4% -
HSV(B) 124.19º 0.91% 0.74% -
XYZ 18.65 36.6 7.24 -
YUV 119.33 77.02 55.01 -
System Red Green Blue C M Y K H S L
Decimal 17 189 29 0.91 0 0.85 0.26 124.19 0.83 0.4
Hex 11 BD 1D 5B 0 55 1A 7C 53 28
Octal 21 275 35 133 0 125 32 174 123 50
Binary 10001 10111101 11101 1011011 0 1010101 11010 1111100 1010011 101000

Color Harmonies of #11BD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BD1D

Black with #11BD1D

Text Example


Text Example

White with #11BD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,189,29); }

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

background-color css

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

 a { background-color: rgb(17,189,29); }

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

border-color css

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

 span { border-color: rgb(17,189,29); }

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