Html Css Color HEX #11C228 Dark Pastel Green

📋 copy color: '#11C228'

red 17 ◦ green 194 ◦ blue 40

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

Shades of Dark Pastel Green #11C228

Tints of Dark Pastel Green #11C228

RGB

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

 GREEN value IS 194 (76.17% from 255) = 77.29%

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 6.77%
G = 77.29%
B = 15.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#11C228 (or 0x11C228) is known color: Dark Pastel Green. HEX triplet: 11, C2 and 28. RGB value is (17,194,40). Sum of RGB (Red+Green+Blue) = 17+194+40=251 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.77% from 251); Green value is 194 (76.17% from 255 or 77.29% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 194 - color contains mainly: green. Hex color #11C228 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C228 is #EE3DD7. Grayscale: #7B7B7B. Windows color (decimal): -15613400 or 2671121. OLE color: 2671121.

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

Color convert

RGB 17 194 40 -
CMYK 0.91 0 0.79 0.24
HSL 127.8º 0.84% 0.41% -
HSV(B) 127.8º 0.91% 0.76% -
XYZ 19.91 38.86 8.46 -
YUV 123.52 80.86 52.02 -
System Red Green Blue C M Y K H S L
Decimal 17 194 40 0.91 0 0.79 0.24 127.8 0.84 0.41
Hex 11 C2 28 5B 0 4F 18 80 54 29
Octal 21 302 50 133 0 117 30 200 124 51
Binary 10001 11000010 101000 1011011 0 1001111 11000 10000000 1010100 101001

Color Harmonies of #11C228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C228

Black with #11C228

Text Example


Text Example

White with #11C228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,194,40); }

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

background-color css

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

 a { background-color: rgb(17,194,40); }

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

border-color css

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

 span { border-color: rgb(17,194,40); }

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