Html Css Color HEX #263019 Pine Tree

📋 copy color: '#263019'

red 38 ◦ green 48 ◦ blue 25

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

Shades of Pine Tree #263019

Tints of Pine Tree #263019

RGB

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

 GREEN value IS 48 (19.14% from 255) = 43.24%

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

R = 34.23%
G = 43.24%
B = 22.52%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.48

 K value IS 0.81

RGB Variations

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

Color information

#263019 (or 0x263019) is known color: Pine Tree. HEX triplet: 26, 30 and 19. RGB value is (38,48,25). Sum of RGB (Red+Green+Blue) = 38+48+25=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 25 (10.16% from 255 or 22.52% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #263019 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263019 is #D9CFE6. Grayscale: #2A2A2A. Windows color (decimal): -14274535 or 1650726. OLE color: 1650726.

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

Color convert

RGB 38 48 25 -
CMYK 0.21 0 0.48 0.81
HSL 86.09º 0.32% 0.14% -
HSV(B) 86.09º 0.48% 0.19% -
XYZ 2.03 2.6 1.31 -
YUV 42.39 118.19 124.87 -
System Red Green Blue C M Y K H S L
Decimal 38 48 25 0.21 0 0.48 0.81 86.09 0.32 0.14
Hex 26 30 19 15 0 30 51 56 20 E
Octal 46 60 31 25 0 60 121 126 40 16
Binary 100110 110000 11001 10101 0 110000 1010001 1010110 100000 1110

Color Harmonies of #263019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263019

Black with #263019

Text Example


Text Example

White with #263019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263019; }

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

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

background-color css

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

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

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

border-color css

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

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

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