#154A23

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

Shades of Deep Fir #154A23

Tints of Deep Fir #154A23

Color information

#154A23 (or 0x154A23) is unknown color: approx Deep Fir. HEX triplet: 15, 4A and 23. RGB value is (21,74,35). Sum of RGB (Red+Green+Blue) = 21+74+35=130 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.15% from 130); Green value is 74 (29.30% from 255 or 56.92% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 74 - color contains mainly: green. Hex color #154A23 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A23 is #EAB5DC. Grayscale: #353535. Windows color (decimal): -15381981 or 2312725. OLE color: 2312725.

HSL color Cylindrical-coordinate representation of color #154A23: hue angle of 135.85º 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 #154A23 is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB217435-
CMYK0.7200.530.71
HSL135.85º55.79%18.63%-
HSV(B)135.85º71.62%29.02%-
XYZ3.065.182.43-
YUV53.71117.44104.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.15%
GREEN value IS 74 (29.30% from 255) = 56.92%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=16.15%
G=56.92%
B=26.92%

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
Decimal2174350.7200.530.71135.8555.7918.63
Hex154A234803547883813
Octal25112431100651072107023
Binary1010110010101000111001000011010110001111000100011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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