Html Css Color HEX #11B230 Dark Pastel Green

📋 copy color: '#11B230'

red 17 ◦ green 178 ◦ blue 48

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

Shades of Dark Pastel Green #11B230

Tints of Dark Pastel Green #11B230

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.75%

R = 7%
G = 73.25%
B = 19.75%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.73

 K value IS 0.30

RGB Variations

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

Color information

#11B230 (or 0x11B230) is known color: Dark Pastel Green. HEX triplet: 11, B2 and 30. RGB value is (17,178,48). Sum of RGB (Red+Green+Blue) = 17+178+48=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 178 (69.92% from 255 or 73.25% from 243); Blue value is 48 (19.14% from 255 or 19.75% from 243); Max value from RGB is 178 - color contains mainly: green. Hex color #11B230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #11B230 is #EE4DCF. Grayscale: #737373. Windows color (decimal): -15617488 or 3191313. OLE color: 3191313.

HSL color Cylindrical-coordinate representation of color #11B230: hue angle of 131.55º 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 #11B230 is Cyan = 0.90, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB 17 178 48 -
CMYK 0.90 0 0.73 0.30
HSL 131.55º 0.83% 0.38% -
HSV(B) 131.55º 0.9% 0.7% -
XYZ 16.69 32.17 8.13 -
YUV 115.04 90.16 58.07 -
System Red Green Blue C M Y K H S L
Decimal 17 178 48 0.90 0 0.73 0.30 131.55 0.83 0.38
Hex 11 B2 30 5A 0 49 1E 84 53 26
Octal 21 262 60 132 0 111 36 204 123 46
Binary 10001 10110010 110000 1011010 0 1001001 11110 10000100 1010011 100110

Color Harmonies of #11B230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11B230

Black with #11B230

Text Example


Text Example

White with #11B230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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