#133C1D

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

Shades of Deep Fir #133C1D

Tints of Deep Fir #133C1D

Color information

#133C1D (or 0x133C1D) is unknown color: approx Deep Fir. HEX triplet: 13, 3C and 1D. RGB value is (19,60,29). Sum of RGB (Red+Green+Blue) = 19+60+29=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 60 (23.83% from 255 or 55.56% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 60 - color contains mainly: green. Hex color #133C1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133C1D is #ECC3E2. Grayscale: #2C2C2C. Windows color (decimal): -15516643 or 1915923. OLE color: 1915923.

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

Color convert

RGB196029-
CMYK0.6800.520.76
HSL134.63º51.9%15.49%-
HSV(B)134.63º68.33%23.53%-
XYZ2.113.461.72-
YUV44.21119.42110.02-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 60 (23.83% from 255) = 55.56%
BLUE value IS 29 (11.72% from 255) = 26.85%
R=17.59%
G=55.56%
B=26.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1960290.6800.520.76134.6351.915.49
Hex133C1D440344C8734f
Octal2374351040641142076417
Binary1001111110011101100010001101001001100100001111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,60,29); }

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

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

 a { background-color: rgb(19,60,29); }

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

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

 span { border-color: rgb(19,60,29); }

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