Html Css Color HEX #11C035 Dark Pastel Green

📋 copy color: '#11C035'

red 17 ◦ green 192 ◦ blue 53

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

Shades of Dark Pastel Green #11C035

Tints of Dark Pastel Green #11C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.23%

R = 6.49%
G = 73.28%
B = 20.23%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#11C035 (or 0x11C035) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 35. RGB value is (17,192,53). Sum of RGB (Red+Green+Blue) = 17+192+53=262 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.49% from 262); Green value is 192 (75.39% from 255 or 73.28% from 262); Blue value is 53 (21.09% from 255 or 20.23% from 262); Max value from RGB is 192 - color contains mainly: green. Hex color #11C035 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C035 is #EE3FCA. Grayscale: #7C7C7C. Windows color (decimal): -15613899 or 3522577. OLE color: 3522577.

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

Color convert

RGB 17 192 53 -
CMYK 0.91 0 0.72 0.25
HSL 132.34º 0.84% 0.41% -
HSV(B) 132.34º 0.91% 0.75% -
XYZ 19.72 38.08 9.68 -
YUV 123.83 88.02 51.8 -
System Red Green Blue C M Y K H S L
Decimal 17 192 53 0.91 0 0.72 0.25 132.34 0.84 0.41
Hex 11 C0 35 5B 0 48 19 84 54 29
Octal 21 300 65 133 0 110 31 204 124 51
Binary 10001 11000000 110101 1011011 0 1001000 11001 10000100 1010100 101001

Color Harmonies of #11C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C035

Black with #11C035

Text Example


Text Example

White with #11C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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