Html Css Color HEX #133E1B Deep Fir

📋 copy color: '#133E1B'

red 19 ◦ green 62 ◦ blue 27

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

Shades of Deep Fir #133E1B

Tints of Deep Fir #133E1B

RGB

 RED value IS 19 (7.81% from 255) = 17.59%

 GREEN value IS 62 (24.61% from 255) = 57.41%

 BLUE value IS 27 (10.94% from 255) = 25%

R = 17.59%
G = 57.41%
B = 25%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.56

 K value IS 0.76

RGB Variations

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

Color information

#133E1B (or 0x133E1B) is known color: Deep Fir. HEX triplet: 13, 3E and 1B. RGB value is (19,62,27). Sum of RGB (Red+Green+Blue) = 19+62+27=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 62 (24.61% from 255 or 57.41% from 108); Blue value is 27 (10.94% from 255 or 25% from 108); Max value from RGB is 62 - color contains mainly: green. Hex color #133E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133E1B is #ECC1E4. Grayscale: #2D2D2D. Windows color (decimal): -15516133 or 1785363. OLE color: 1785363.

HSL color Cylindrical-coordinate representation of color #133E1B: hue angle of 131.16º degrees, saturation: 0.53, 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 #133E1B is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.

Color convert

RGB 19 62 27 -
CMYK 0.69 0 0.56 0.76
HSL 131.16º 0.53% 0.16% -
HSV(B) 131.16º 0.69% 0.24% -
XYZ 2.19 3.66 1.63 -
YUV 45.15 117.75 109.35 -
System Red Green Blue C M Y K H S L
Decimal 19 62 27 0.69 0 0.56 0.76 131.16 0.53 0.16
Hex 13 3E 1B 45 0 38 4C 83 35 10
Octal 23 76 33 105 0 70 114 203 65 20
Binary 10011 111110 11011 1000101 0 111000 1001100 10000011 110101 10000

Color Harmonies of #133E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133E1B

Black with #133E1B

Text Example


Text Example

White with #133E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,62,27); }

 H1.HeaderClassName
 {
   color: #133E1B;
 }
 .AnyTagClassName
 {
   color: #133E1B;
 }
</style>

background-color css

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

 a { background-color: rgb(19,62,27); }

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

border-color css

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

 span { border-color: rgb(19,62,27); }

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