#15C238

Color #15C238 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #15C238

Tints of Dark Pastel Green #15C238

Color information

#15C238 (or 0x15C238) is unknown color: approx Dark Pastel Green. HEX triplet: 15, C2 and 38. RGB value is (21,194,56). Sum of RGB (Red+Green+Blue) = 21+194+56=271 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.75% from 271); Green value is 194 (76.17% from 255 or 71.59% from 271); Blue value is 56 (22.27% from 255 or 20.66% from 271); Max value from RGB is 194 - color contains mainly: green. Hex color #15C238 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #15C238 is #EA3DC7. Grayscale: #7E7E7E. Windows color (decimal): -15351240 or 3719701. OLE color: 3719701.

HSL color Cylindrical-coordinate representation of color #15C238: hue angle of 132.14º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #15C238 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB2119456-
CMYK0.8900.710.24
HSL132.14º80.47%42.16%-
HSV(B)132.14º89.18%76.08%-
XYZ20.3139.0310.2-
YUV126.5488.1952.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.75%
GREEN value IS 194 (76.17% from 255) = 71.59%
BLUE value IS 56 (22.27% from 255) = 20.66%
R=7.75%
G=71.59%
B=20.66%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal21194560.8900.710.24132.1480.4742.16
Hex15C238590471884502a
Octal253027013101073020412052
Binary101011100001011100010110010100011111000100001001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15C238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15C238; }

 p { color: rgb(21,194,56); }

 H1.HeaderClassName
 {
   color: #15C238;
 }
 .AnyTagClassName
 {
   color: #15C238;
 }
</style>
background-color css

<style>
 a { background-color: #15C238; }

 a { background-color: rgb(21,194,56); }

 div.DivClassName
 {
   background-color: #15C238;
 }
 .BgClassName
 {
   background-color: #15C238;
 }
</style>
border-color css

<style>
 span { border-color: #15C238; }

 span { border-color: rgb(21,194,56); }

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