Html Css Color HEX #11B22D Dark Pastel Green

📋 copy color: '#11B22D'

red 17 ◦ green 178 ◦ blue 45

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

Shades of Dark Pastel Green #11B22D

Tints of Dark Pastel Green #11B22D

RGB

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

 GREEN value IS 178 (69.92% from 255) = 74.17%

 BLUE value IS 45 (17.97% from 255) = 18.75%

R = 7.08%
G = 74.17%
B = 18.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.75

 K value IS 0.30

RGB Variations

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

Color information

#11B22D (or 0x11B22D) is known color: Dark Pastel Green. HEX triplet: 11, B2 and 2D. RGB value is (17,178,45). Sum of RGB (Red+Green+Blue) = 17+178+45=240 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.08% from 240); Green value is 178 (69.92% from 255 or 74.17% from 240); Blue value is 45 (17.97% from 255 or 18.75% from 240); Max value from RGB is 178 - color contains mainly: green. Hex color #11B22D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B22D is #EE4DD2. Grayscale: #737373. Windows color (decimal): -15617491 or 2994705. OLE color: 2994705.

HSL color Cylindrical-coordinate representation of color #11B22D: hue angle of 130.43º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11B22D is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 178 45 -
CMYK 0.90 0 0.75 0.30
HSL 130.43º 0.83% 0.38% -
HSV(B) 130.43º 0.9% 0.7% -
XYZ 16.63 32.15 7.81 -
YUV 114.7 88.66 58.31 -
System Red Green Blue C M Y K H S L
Decimal 17 178 45 0.90 0 0.75 0.30 130.43 0.83 0.38
Hex 11 B2 2D 5A 0 4B 1E 82 53 26
Octal 21 262 55 132 0 113 36 202 123 46
Binary 10001 10110010 101101 1011010 0 1001011 11110 10000010 1010011 100110

Color Harmonies of #11B22D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B22D

Black with #11B22D

Text Example


Text Example

White with #11B22D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,178,45); }

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

background-color css

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

 a { background-color: rgb(17,178,45); }

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

border-color css

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

 span { border-color: rgb(17,178,45); }

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