Html Css Color HEX #263119 Pine Tree

📋 copy color: '#263119'

red 38 ◦ green 49 ◦ blue 25

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

Shades of Pine Tree #263119

Tints of Pine Tree #263119

RGB

 RED value IS 38 (15.23% from 255) = 33.93%

 GREEN value IS 49 (19.53% from 255) = 43.75%

 BLUE value IS 25 (10.16% from 255) = 22.32%

R = 33.93%
G = 43.75%
B = 22.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.81

RGB Variations

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

Color information

#263119 (or 0x263119) is known color: Pine Tree. HEX triplet: 26, 31 and 19. RGB value is (38,49,25). Sum of RGB (Red+Green+Blue) = 38+49+25=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #263119 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263119 is #D9CEE6. Grayscale: #2B2B2B. Windows color (decimal): -14274279 or 1650982. OLE color: 1650982.

HSL color Cylindrical-coordinate representation of color #263119: hue angle of 87.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #263119 is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.81.

Color convert

RGB 38 49 25 -
CMYK 0.22 0 0.49 0.81
HSL 87.5º 0.32% 0.15% -
HSV(B) 87.5º 0.49% 0.19% -
XYZ 2.07 2.68 1.33 -
YUV 42.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 38 49 25 0.22 0 0.49 0.81 87.5 0.32 0.15
Hex 26 31 19 16 0 31 51 57 20 F
Octal 46 61 31 26 0 61 121 127 40 17
Binary 100110 110001 11001 10110 0 110001 1010001 1010111 100000 1111

Color Harmonies of #263119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263119

Black with #263119

Text Example


Text Example

White with #263119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263119; }

 p { color: rgb(38,49,25); }

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

background-color css

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

 a { background-color: rgb(38,49,25); }

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

border-color css

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

 span { border-color: rgb(38,49,25); }

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