#152E18

Color #152E18 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #152E18

Tints of Black Bean #152E18

Color information

#152E18 (or 0x152E18) is unknown color: approx Black Bean. HEX triplet: 15, 2E and 18. RGB value is (21,46,24). Sum of RGB (Red+Green+Blue) = 21+46+24=91 (12% of max value = 765). Red value is 21 (8.59% from 255 or 23.08% from 91); Green value is 46 (18.36% from 255 or 50.55% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 46 - color contains mainly: green. Hex color #152E18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152E18 is #EAD1E7. Grayscale: #242424. Windows color (decimal): -15389160 or 1584661. OLE color: 1584661.

HSL color Cylindrical-coordinate representation of color #152E18: hue angle of 127.2º degrees, saturation: 0.37, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #152E18 is Cyan = 0.54, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.82.

Color convert

RGB214624-
CMYK0.5400.480.82
HSL127.2º37.31%13.14%-
HSV(B)127.2º54.35%18.04%-
XYZ1.452.181.21-
YUV36.02121.22117.29-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 23.08%
GREEN value IS 46 (18.36% from 255) = 50.55%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=23.08%
G=50.55%
B=26.37%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2146240.5400.480.82127.237.3113.14
Hex152E1836030527f25d
Octal255630660601221774515
Binary10101101110110001101100110000101001011111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E18; }

 p { color: rgb(21,46,24); }

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

<style>
 a { background-color: #152E18; }

 a { background-color: rgb(21,46,24); }

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

<style>
 span { border-color: #152E18; }

 span { border-color: rgb(21,46,24); }

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