#153F1F

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

Shades of Deep Fir #153F1F

Tints of Deep Fir #153F1F

Color information

#153F1F (or 0x153F1F) is unknown color: approx Deep Fir. HEX triplet: 15, 3F and 1F. RGB value is (21,63,31). Sum of RGB (Red+Green+Blue) = 21+63+31=115 (15% of max value = 765). Red value is 21 (8.59% from 255 or 18.26% from 115); Green value is 63 (25% from 255 or 54.78% from 115); Blue value is 31 (12.5% from 255 or 26.96% from 115); Max value from RGB is 63 - color contains mainly: green. Hex color #153F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153F1F is #EAC0E0. Grayscale: #2E2E2E. Windows color (decimal): -15384801 or 2047765. OLE color: 2047765.

HSL color Cylindrical-coordinate representation of color #153F1F: hue angle of 134.29º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #153F1F is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB216331-
CMYK0.6700.510.75
HSL134.29º50%16.47%-
HSV(B)134.29º66.67%24.71%-
XYZ2.333.811.91-
YUV46.79119.09109.6-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 18.26%
GREEN value IS 63 (25% from 255) = 54.78%
BLUE value IS 31 (12.5% from 255) = 26.96%
R=18.26%
G=54.78%
B=26.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2163310.6700.510.75134.295016.47
Hex153F1F430334B863210
Octal2577371030631132066220
Binary10101111111111111000011011001110010111000011011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,31); }

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

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

 a { background-color: rgb(21,63,31); }

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

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

 span { border-color: rgb(21,63,31); }

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