Html Css Color HEX #11C02C Dark Pastel Green

📋 copy color: '#11C02C'

red 17 ◦ green 192 ◦ blue 44

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

Shades of Dark Pastel Green #11C02C

Tints of Dark Pastel Green #11C02C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 6.72%
G = 75.89%
B = 17.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#11C02C (or 0x11C02C) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 2C. RGB value is (17,192,44). Sum of RGB (Red+Green+Blue) = 17+192+44=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 192 (75.39% from 255 or 75.89% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 192 - color contains mainly: green. Hex color #11C02C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C02C is #EE3FD3. Grayscale: #7B7B7B. Windows color (decimal): -15613908 or 2932753. OLE color: 2932753.

HSL color Cylindrical-coordinate representation of color #11C02C: hue angle of 129.26º 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 #11C02C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 44 -
CMYK 0.91 0 0.77 0.25
HSL 129.26º 0.84% 0.41% -
HSV(B) 129.26º 0.91% 0.75% -
XYZ 19.54 38 8.69 -
YUV 122.8 83.52 52.53 -
System Red Green Blue C M Y K H S L
Decimal 17 192 44 0.91 0 0.77 0.25 129.26 0.84 0.41
Hex 11 C0 2C 5B 0 4D 19 81 54 29
Octal 21 300 54 133 0 115 31 201 124 51
Binary 10001 11000000 101100 1011011 0 1001101 11001 10000001 1010100 101001

Color Harmonies of #11C02C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C02C

Black with #11C02C

Text Example


Text Example

White with #11C02C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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