Html Css Color HEX #133F1A Deep Fir

📋 copy color: '#133F1A'

red 19 ◦ green 63 ◦ blue 26

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

Shades of Deep Fir #133F1A

Tints of Deep Fir #133F1A

RGB

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

 GREEN value IS 63 (25% from 255) = 58.33%

 BLUE value IS 26 (10.55% from 255) = 24.07%

R = 17.59%
G = 58.33%
B = 24.07%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.59

 K value IS 0.75

RGB Variations

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

Color information

#133F1A (or 0x133F1A) is known color: Deep Fir. HEX triplet: 13, 3F and 1A. RGB value is (19,63,26). Sum of RGB (Red+Green+Blue) = 19+63+26=108 (14% of max value = 765). Red value is 19 (7.81% from 255 or 17.59% from 108); Green value is 63 (25% from 255 or 58.33% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 63 - color contains mainly: green. Hex color #133F1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F1A is #ECC0E5. Grayscale: #2D2D2D. Windows color (decimal): -15515878 or 1720083. OLE color: 1720083.

HSL color Cylindrical-coordinate representation of color #133F1A: hue angle of 129.55º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #133F1A is Cyan = 0.70, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 26 -
CMYK 0.70 0 0.59 0.75
HSL 129.55º 0.54% 0.16% -
HSV(B) 129.55º 0.7% 0.25% -
XYZ 2.23 3.77 1.59 -
YUV 45.63 116.92 109.01 -
System Red Green Blue C M Y K H S L
Decimal 19 63 26 0.70 0 0.59 0.75 129.55 0.54 0.16
Hex 13 3F 1A 46 0 3B 4B 82 36 10
Octal 23 77 32 106 0 73 113 202 66 20
Binary 10011 111111 11010 1000110 0 111011 1001011 10000010 110110 10000

Color Harmonies of #133F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F1A

Black with #133F1A

Text Example


Text Example

White with #133F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,63,26); }

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

background-color css

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

 a { background-color: rgb(19,63,26); }

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

border-color css

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

 span { border-color: rgb(19,63,26); }

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