#153A26

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

Shades of Deep Fir #153A26

Tints of Deep Fir #153A26

Color information

#153A26 (or 0x153A26) is unknown color: approx Deep Fir. HEX triplet: 15, 3A and 26. RGB value is (21,58,38). Sum of RGB (Red+Green+Blue) = 21+58+38=117 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.95% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #153A26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A26 is #EAC5D9. Grayscale: #2C2C2C. Windows color (decimal): -15386074 or 2505237. OLE color: 2505237.

HSL color Cylindrical-coordinate representation of color #153A26: hue angle of 147.57º 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 #153A26 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.77.

Color convert

RGB215838-
CMYK0.6400.340.77
HSL147.57º46.84%15.49%-
HSV(B)147.57º63.79%22.75%-
XYZ2.173.332.36-
YUV44.66124.24111.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.95%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 38 (15.23% from 255) = 32.48%
R=17.95%
G=49.57%
B=32.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2158380.6400.340.77147.5746.8415.49
Hex153A26400224D942ff
Octal2572461000421152245717
Binary10101111010100110100000001000101001101100101001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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