#133F26

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

Shades of Deep Fir #133F26

Tints of Deep Fir #133F26

Color information

#133F26 (or 0x133F26) is unknown color: approx Deep Fir. HEX triplet: 13, 3F and 26. RGB value is (19,63,38). Sum of RGB (Red+Green+Blue) = 19+63+38=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #133F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F26 is #ECC0D9. Grayscale: #2F2F2F. Windows color (decimal): -15515866 or 2506515. OLE color: 2506515.

HSL color Cylindrical-coordinate representation of color #133F26: hue angle of 145.91º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F26 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB196338-
CMYK0.7000.400.75
HSL145.91º53.66%16.08%-
HSV(B)145.91º69.84%24.71%-
XYZ2.43.832.45-
YUV46.99122.92108.03-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.83%
GREEN value IS 63 (25% from 255) = 52.5%
BLUE value IS 38 (15.23% from 255) = 31.67%
R=15.83%
G=52.5%
B=31.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963380.7000.400.75145.9153.6616.08
Hex133F26460284B923610
Octal2377461060501132226620
Binary100111111111001101000110010100010010111001001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133F26; }

 p { color: rgb(19,63,38); }

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

<style>
 a { background-color: #133F26; }

 a { background-color: rgb(19,63,38); }

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

<style>
 span { border-color: #133F26; }

 span { border-color: rgb(19,63,38); }

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