#133F1A

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

Shades of Deep Fir #133F1A

Tints of Deep Fir #133F1A

Color information

#133F1A (or 0x133F1A) is unknown color: approx Deep Fir. HEX triplet: 13, 3F and 1A. RGB value is (19,63,26). Sum of RGB (Red+Green+Blue) = 19+63+26=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #133F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F1A is #ECC0E5. Grayscale: #2D2D2D. Windows color (decimal): -15515878 or 1720083. OLE color: 1720083.

HSL color Cylindrical-coordinate representation of color #133F1A: hue angle of 129.55º 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 #133F1A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB196326-
CMYK0.7000.590.75
HSL129.55º53.66%16.08%-
HSV(B)129.55º69.84%24.71%-
XYZ2.233.771.59-
YUV45.63116.92109.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 63 (25% from 255) = 58.33%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=17.59%
G=58.33%
B=24.07%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1963260.7000.590.75129.5553.6616.08
Hex133F1A4603B4B823610
Octal2377321060731132026620
Binary10011111111110101000110011101110010111000001011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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