#153A25

Color #153A25 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #153A25

Tints of Deep Fir #153A25

Color information

#153A25 (or 0x153A25) is unknown color: approx Deep Fir. HEX triplet: 15, 3A and 25. RGB value is (21,58,37). Sum of RGB (Red+Green+Blue) = 21+58+37=116 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.10% from 116); Green value is 58 (23.05% from 255 or 50% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 58 - color contains mainly: green. Hex color #153A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A25 is #EAC5DA. Grayscale: #2C2C2C. Windows color (decimal): -15386075 or 2439701. OLE color: 2439701.

HSL color Cylindrical-coordinate representation of color #153A25: hue angle of 145.95º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #153A25 is Cyan = 0.64, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.

Color convert

RGB215837-
CMYK0.6400.360.77
HSL145.95º46.84%15.49%-
HSV(B)145.95º63.79%22.75%-
XYZ2.163.322.28-
YUV44.54123.74111.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.10%
GREEN value IS 58 (23.05% from 255) = 50%
BLUE value IS 37 (14.84% from 255) = 31.90%
R=18.10%
G=50%
B=31.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158370.6400.360.77145.9546.8415.49
Hex153A25400244D922ff
Octal2572451000441152225717
Binary10101111010100101100000001001001001101100100101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A25; }

 p { color: rgb(21,58,37); }

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

<style>
 a { background-color: #153A25; }

 a { background-color: rgb(21,58,37); }

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

<style>
 span { border-color: #153A25; }

 span { border-color: rgb(21,58,37); }

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