Html Css Color HEX #11C022 Dark Pastel Green

📋 copy color: '#11C022'

red 17 ◦ green 192 ◦ blue 34

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

Shades of Dark Pastel Green #11C022

Tints of Dark Pastel Green #11C022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 7%
G = 79.01%
B = 13.99%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#11C022 (or 0x11C022) is known color: Dark Pastel Green. HEX triplet: 11, C0 and 22. RGB value is (17,192,34). Sum of RGB (Red+Green+Blue) = 17+192+34=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 192 (75.39% from 255 or 79.01% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 192 - color contains mainly: green. Hex color #11C022 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #11C022 is #EE3FDD. Grayscale: #7A7A7A. Windows color (decimal): -15613918 or 2277393. OLE color: 2277393.

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

Color convert

RGB 17 192 34 -
CMYK 0.91 0 0.82 0.25
HSL 125.83º 0.84% 0.41% -
HSV(B) 125.83º 0.91% 0.75% -
XYZ 19.37 37.93 7.81 -
YUV 121.66 78.52 53.35 -
System Red Green Blue C M Y K H S L
Decimal 17 192 34 0.91 0 0.82 0.25 125.83 0.84 0.41
Hex 11 C0 22 5B 0 52 19 7E 54 29
Octal 21 300 42 133 0 122 31 176 124 51
Binary 10001 11000000 100010 1011011 0 1010010 11001 1111110 1010100 101001

Color Harmonies of #11C022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C022

Black with #11C022

Text Example


Text Example

White with #11C022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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