#15A235

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

Shades of Dark Pastel Green #15A235

Tints of Dark Pastel Green #15A235

Color information

#15A235 (or 0x15A235) is unknown color: approx Dark Pastel Green. HEX triplet: 15, A2 and 35. RGB value is (21,162,53). Sum of RGB (Red+Green+Blue) = 21+162+53=236 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.90% from 236); Green value is 162 (63.67% from 255 or 68.64% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 162 - color contains mainly: green. Hex color #15A235 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A235 is #EA5DCA. Grayscale: #6B6B6B. Windows color (decimal): -15359435 or 3514901. OLE color: 3514901.

HSL color Cylindrical-coordinate representation of color #15A235: hue angle of 133.62º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A235 is Cyan = 0.87, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB2116253-
CMYK0.8700.670.36
HSL133.62º77.05%35.88%-
HSV(B)133.62º87.04%63.53%-
XYZ13.8726.267.71-
YUV107.4297.2966.36-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.90%
GREEN value IS 162 (63.67% from 255) = 68.64%
BLUE value IS 53 (21.09% from 255) = 22.46%
R=8.90%
G=68.64%
B=22.46%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal21162530.8700.670.36133.6277.0535.88
Hex15A2355704324864d24
Octal252426512701034420611544
Binary1010110100010110101101011101000011100100100001101001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,162,53); }

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

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

 a { background-color: rgb(21,162,53); }

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

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

 span { border-color: rgb(21,162,53); }

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