#133D1F

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

Shades of Deep Fir #133D1F

Tints of Deep Fir #133D1F

Color information

#133D1F (or 0x133D1F) is unknown color: approx Deep Fir. HEX triplet: 13, 3D and 1F. RGB value is (19,61,31). Sum of RGB (Red+Green+Blue) = 19+61+31=111 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.12% from 111); Green value is 61 (24.22% from 255 or 54.95% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 61 - color contains mainly: green. Hex color #133D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133D1F is #ECC2E0. Grayscale: #2D2D2D. Windows color (decimal): -15516385 or 2047251. OLE color: 2047251.

HSL color Cylindrical-coordinate representation of color #133D1F: hue angle of 137.14º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #133D1F is Cyan = 0.69, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB196131-
CMYK0.6900.490.76
HSL137.14º52.5%15.69%-
HSV(B)137.14º68.85%23.92%-
XYZ2.183.571.87-
YUV45.02120.09109.44-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.12%
GREEN value IS 61 (24.22% from 255) = 54.95%
BLUE value IS 31 (12.5% from 255) = 27.93%
R=17.12%
G=54.95%
B=27.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1961310.6900.490.76137.1452.515.69
Hex133D1F450314C893410
Octal2375371050611142116420
Binary10011111101111111000101011000110011001000100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,61,31); }

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

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

 a { background-color: rgb(19,61,31); }

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

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

 span { border-color: rgb(19,61,31); }

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