#1A3A23

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

Shades of Deep Fir #1A3A23

Tints of Deep Fir #1A3A23

Color information

#1A3A23 (or 0x1A3A23) is unknown color: approx Deep Fir. HEX triplet: 1A, 3A and 23. RGB value is (26,58,35). Sum of RGB (Red+Green+Blue) = 26+58+35=119 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.85% from 119); Green value is 58 (23.05% from 255 or 48.74% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A23 is #E5C5DC. Grayscale: #2D2D2D. Windows color (decimal): -15058397 or 2308634. OLE color: 2308634.

HSL color Cylindrical-coordinate representation of color #1A3A23: hue angle of 136.88º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A23 is Cyan = 0.55, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.77.

Color convert

RGB265835-
CMYK0.5500.400.77
HSL136.88º38.1%16.47%-
HSV(B)136.88º55.17%22.75%-
XYZ2.243.372.12-
YUV45.81121.9113.87-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.85%
GREEN value IS 58 (23.05% from 255) = 48.74%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=21.85%
G=48.74%
B=29.41%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2658350.5500.400.77136.8838.116.47
Hex1A3A23370284D892610
Octal327243670501152114620
Binary11010111010100011110111010100010011011000100110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A3A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1A3A23; }

 p { color: rgb(26,58,35); }

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

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

 a { background-color: rgb(26,58,35); }

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

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

 span { border-color: rgb(26,58,35); }

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