#133B1E

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

Shades of Deep Fir #133B1E

Tints of Deep Fir #133B1E

Color information

#133B1E (or 0x133B1E) is unknown color: approx Deep Fir. HEX triplet: 13, 3B and 1E. RGB value is (19,59,30). Sum of RGB (Red+Green+Blue) = 19+59+30=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 30 (12.11% from 255 or 27.78% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #133B1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133B1E is #ECC4E1. Grayscale: #2B2B2B. Windows color (decimal): -15516898 or 1981203. OLE color: 1981203.

HSL color Cylindrical-coordinate representation of color #133B1E: hue angle of 136.5º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #133B1E is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.77.

Color convert

RGB195930-
CMYK0.6800.490.77
HSL136.5º51.28%15.29%-
HSV(B)136.5º67.8%23.14%-
XYZ2.073.361.77-
YUV43.73120.25110.36-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 17.59%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 30 (12.11% from 255) = 27.78%
R=17.59%
G=54.63%
B=27.78%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1959300.6800.490.77136.551.2815.29
Hex133B1E440314D8833f
Octal2373361040611152106317
Binary1001111101111110100010001100011001101100010001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,59,30); }

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

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

 a { background-color: rgb(19,59,30); }

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

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

 span { border-color: rgb(19,59,30); }

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