Html Css Color HEX #11C03D Dark Pastel Green

📋 copy color: '#11C03D'

red 17 ◦ green 192 ◦ blue 61

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

Shades of Dark Pastel Green #11C03D

Tints of Dark Pastel Green #11C03D

RGB

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

 GREEN value IS 192 (75.39% from 255) = 71.11%

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

R = 6.3%
G = 71.11%
B = 22.59%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#11C03D (or 0x11C03D) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 3D. RGB value is (17,192,61). Sum of RGB (Red+Green+Blue) = 17+192+61=270 (35% of max value = 765). Red value is 17 (7.03% from 255 or 6.30% from 270); Green value is 192 (75.39% from 255 or 71.11% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 192 - color contains mainly: green. Hex color #11C03D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C03D is #EE3FC2. Grayscale: #7D7D7D. Windows color (decimal): -15613891 or 4046865. OLE color: 4046865.

HSL color Cylindrical-coordinate representation of color #11C03D: hue angle of 135.09º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11C03D is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 61 -
CMYK 0.91 0 0.68 0.25
HSL 135.09º 0.84% 0.41% -
HSV(B) 135.09º 0.91% 0.75% -
XYZ 19.92 38.16 10.73 -
YUV 124.74 92.02 51.15 -
System Red Green Blue C M Y K H S L
Decimal 17 192 61 0.91 0 0.68 0.25 135.09 0.84 0.41
Hex 11 C0 3D 5B 0 44 19 87 54 29
Octal 21 300 75 133 0 104 31 207 124 51
Binary 10001 11000000 111101 1011011 0 1000100 11001 10000111 1010100 101001

Color Harmonies of #11C03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C03D

Black with #11C03D

Text Example


Text Example

White with #11C03D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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