#154023

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

Shades of Deep Fir #154023

Tints of Deep Fir #154023

Color information

#154023 (or 0x154023) is unknown color: approx Deep Fir. HEX triplet: 15, 40 and 23. RGB value is (21,64,35). Sum of RGB (Red+Green+Blue) = 21+64+35=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #154023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154023 is #EABFDC. Grayscale: #2F2F2F. Windows color (decimal): -15384541 or 2310165. OLE color: 2310165.

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

Color convert

RGB216435-
CMYK0.6700.450.75
HSL139.53º50.59%16.67%-
HSV(B)139.53º67.19%25.1%-
XYZ2.453.952.22-
YUV47.84120.75108.86-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 17.5%
GREEN value IS 64 (25.39% from 255) = 53.33%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=17.5%
G=53.33%
B=29.17%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2164350.6700.450.75139.5350.5916.67
Hex1540234302D4B8c3311
Octal25100431030551132146321
Binary1010110000001000111000011010110110010111000110011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154023; }

 p { color: rgb(21,64,35); }

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

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

 a { background-color: rgb(21,64,35); }

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

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

 span { border-color: rgb(21,64,35); }

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