#154A22

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

Shades of Deep Fir #154A22

Tints of Deep Fir #154A22

Color information

#154A22 (or 0x154A22) is unknown color: approx Deep Fir. HEX triplet: 15, 4A and 22. RGB value is (21,74,34). Sum of RGB (Red+Green+Blue) = 21+74+34=129 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.28% from 129); Green value is 74 (29.30% from 255 or 57.36% from 129); Blue value is 34 (13.67% from 255 or 26.36% from 129); Max value from RGB is 74 - color contains mainly: green. Hex color #154A22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #154A22 is #EAB5DD. Grayscale: #353535. Windows color (decimal): -15381982 or 2247189. OLE color: 2247189.

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

Color convert

RGB217434-
CMYK0.7200.540.71
HSL134.72º55.79%18.63%-
HSV(B)134.72º71.62%29.02%-
XYZ3.055.172.35-
YUV53.59116.94104.75-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 16.28%
GREEN value IS 74 (29.30% from 255) = 57.36%
BLUE value IS 34 (13.67% from 255) = 26.36%
R=16.28%
G=57.36%
B=26.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2174340.7200.540.71134.7255.7918.63
Hex154A224803647873813
Octal25112421100661072077023
Binary1010110010101000101001000011011010001111000011111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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