#1A4B23

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

Shades of Deep Fir #1A4B23

Tints of Deep Fir #1A4B23

Color information

#1A4B23 (or 0x1A4B23) is unknown color: approx Deep Fir. HEX triplet: 1A, 4B and 23. RGB value is (26,75,35). Sum of RGB (Red+Green+Blue) = 26+75+35=136 (18% of max value = 765). Red value is 26 (10.55% from 255 or 19.12% from 136); Green value is 75 (29.69% from 255 or 55.15% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 75 - color contains mainly: green. Hex color #1A4B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A4B23 is #E5B4DC. Grayscale: #373737. Windows color (decimal): -15054045 or 2312986. OLE color: 2312986.

HSL color Cylindrical-coordinate representation of color #1A4B23: hue angle of 131.02º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1A4B23 is Cyan = 0.65, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.71.

Color convert

RGB267535-
CMYK0.6500.530.71
HSL131.02º48.51%19.8%-
HSV(B)131.02º65.33%29.41%-
XYZ3.255.372.46-
YUV55.79116.27106.75-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.12%
GREEN value IS 75 (29.69% from 255) = 55.15%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=19.12%
G=55.15%
B=25.74%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2675350.6500.530.71131.0248.5119.8
Hex1A4B234103547833114
Octal32113431010651072036124
Binary1101010010111000111000001011010110001111000001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A4B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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