Html Css Color HEX #133F26 Deep Fir

📋 copy color: '#133F26'

red 19 ◦ green 63 ◦ blue 38

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

Shades of Deep Fir #133F26

Tints of Deep Fir #133F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 31.67%

R = 15.83%
G = 52.5%
B = 31.67%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#133F26 (or 0x133F26) is known color: Deep Fir. HEX triplet: 13, 3F and 26. RGB value is (19,63,38). Sum of RGB (Red+Green+Blue) = 19+63+38=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 63 (25% from 255 or 52.5% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 63 - color contains mainly: green. Hex color #133F26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133F26 is #ECC0D9. Grayscale: #2F2F2F. Windows color (decimal): -15515866 or 2506515. OLE color: 2506515.

HSL color Cylindrical-coordinate representation of color #133F26: hue angle of 145.91º 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 #133F26 is Cyan = 0.70, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 19 63 38 -
CMYK 0.70 0 0.40 0.75
HSL 145.91º 0.54% 0.16% -
HSV(B) 145.91º 0.7% 0.25% -
XYZ 2.4 3.83 2.45 -
YUV 46.99 122.92 108.03 -
System Red Green Blue C M Y K H S L
Decimal 19 63 38 0.70 0 0.40 0.75 145.91 0.54 0.16
Hex 13 3F 26 46 0 28 4B 92 36 10
Octal 23 77 46 106 0 50 113 222 66 20
Binary 10011 111111 100110 1000110 0 101000 1001011 10010010 110110 10000

Color Harmonies of #133F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133F26

Black with #133F26

Text Example


Text Example

White with #133F26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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