#154D1F

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

Shades of Deep Fir #154D1F

Tints of Deep Fir #154D1F

Color information

#154D1F (or 0x154D1F) is unknown color: approx Deep Fir. HEX triplet: 15, 4D and 1F. RGB value is (21,77,31). Sum of RGB (Red+Green+Blue) = 21+77+31=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 77 (30.47% from 255 or 59.69% from 129); Blue value is 31 (12.5% from 255 or 24.03% from 129); Max value from RGB is 77 - color contains mainly: green. Hex color #154D1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #154D1F is #EAB2E0. Grayscale: #373737. Windows color (decimal): -15381217 or 2051349. OLE color: 2051349.

HSL color Cylindrical-coordinate representation of color #154D1F: hue angle of 130.71º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #154D1F is Cyan = 0.73, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.70.

Color convert

RGB217731-
CMYK0.7300.600.70
HSL130.71º57.14%19.22%-
HSV(B)130.71º72.73%30.2%-
XYZ3.215.572.2-
YUV55.01114.45103.74-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 77 (30.47% from 255) = 59.69%
BLUE value IS 31 (12.5% from 255) = 24.03%
R=16.28%
G=59.69%
B=24.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2177310.7300.600.70130.7157.1419.22
Hex154D1F4903C46833913
Octal25115371110741062037123
Binary101011001101111111001001011110010001101000001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154D1F; }

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

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

<style>
 a { background-color: #154D1F; }

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

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

<style>
 span { border-color: #154D1F; }

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

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