#154B23

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

Shades of Deep Fir #154B23

Tints of Deep Fir #154B23

Color information

#154B23 (or 0x154B23) is unknown color: approx Deep Fir. HEX triplet: 15, 4B and 23. RGB value is (21,75,35). Sum of RGB (Red+Green+Blue) = 21+75+35=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 75 (29.69% from 255 or 57.25% from 131); Blue value is 35 (14.06% from 255 or 26.72% from 131); Max value from RGB is 75 - color contains mainly: green. Hex color #154B23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154B23 is #EAB4DC. Grayscale: #363636. Windows color (decimal): -15381725 or 2312981. OLE color: 2312981.

HSL color Cylindrical-coordinate representation of color #154B23: hue angle of 135.56º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #154B23 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB217535-
CMYK0.7200.530.71
HSL135.56º56.25%18.82%-
HSV(B)135.56º72%29.41%-
XYZ3.135.312.45-
YUV54.29117.11104.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.03%
GREEN value IS 75 (29.69% from 255) = 57.25%
BLUE value IS 35 (14.06% from 255) = 26.72%
R=16.03%
G=57.25%
B=26.72%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2175350.7200.530.71135.5656.2518.82
Hex154B234803547883813
Octal25113431100651072107023
Binary1010110010111000111001000011010110001111000100011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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