Html Css Color HEX #263015 Pine Tree

📋 copy color: '#263015'

red 38 ◦ green 48 ◦ blue 21

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

Shades of Pine Tree #263015

Tints of Pine Tree #263015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.63%

R = 35.51%
G = 44.86%
B = 19.63%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.81

RGB Variations

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

Color information

#263015 (or 0x263015) is known color: Pine Tree. HEX triplet: 26, 30 and 15. RGB value is (38,48,21). Sum of RGB (Red+Green+Blue) = 38+48+21=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 48 (19.14% from 255 or 44.86% from 107); Blue value is 21 (8.59% from 255 or 19.63% from 107); Max value from RGB is 48 - color contains mainly: green. Hex color #263015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263015 is #D9CFEA. Grayscale: #2A2A2A. Windows color (decimal): -14274539 or 1388582. OLE color: 1388582.

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

Color convert

RGB 38 48 21 -
CMYK 0.21 0 0.56 0.81
HSL 82.22º 0.39% 0.14% -
HSV(B) 82.22º 0.56% 0.19% -
XYZ 1.99 2.58 1.1 -
YUV 41.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 38 48 21 0.21 0 0.56 0.81 82.22 0.39 0.14
Hex 26 30 15 15 0 38 51 52 27 E
Octal 46 60 25 25 0 70 121 122 47 16
Binary 100110 110000 10101 10101 0 111000 1010001 1010010 100111 1110

Color Harmonies of #263015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263015

Black with #263015

Text Example


Text Example

White with #263015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263015; }

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

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

background-color css

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

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

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

border-color css

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

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

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