Html Css Color HEX #133D1F Deep Fir

📋 copy color: '#133D1F'

red 19 ◦ green 61 ◦ blue 31

#133D1F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #133D1F

Tints of Deep Fir #133D1F

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 value IS 0.69

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#133D1F (or 0x133D1F) is known color: 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

RGB 19 61 31 -
CMYK 0.69 0 0.49 0.76
HSL 137.14º 0.53% 0.16% -
HSV(B) 137.14º 0.69% 0.24% -
XYZ 2.18 3.57 1.87 -
YUV 45.02 120.09 109.44 -
System Red Green Blue C M Y K H S L
Decimal 19 61 31 0.69 0 0.49 0.76 137.14 0.53 0.16
Hex 13 3D 1F 45 0 31 4C 89 34 10
Octal 23 75 37 105 0 61 114 211 64 20
Binary 10011 111101 11111 1000101 0 110001 1001100 10001001 110100 10000

Color Harmonies of #133D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133D1F

Black with #133D1F

Text Example


Text Example

White with #133D1F

Text Example


Text Example

HTML Codes & Css Web 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>