Html Css Color HEX #263018 Pine Tree

📋 copy color: '#263018'

red 38 ◦ green 48 ◦ blue 24

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

Shades of Pine Tree #263018

Tints of Pine Tree #263018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 21.82%

R = 34.55%
G = 43.64%
B = 21.82%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.5

 K value IS 0.81

RGB Variations

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

Color information

#263018 (or 0x263018) is known color: Pine Tree. HEX triplet: 26, 30 and 18. RGB value is (38,48,24). Sum of RGB (Red+Green+Blue) = 38+48+24=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 24 (9.77% from 255 or 21.82% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #263018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263018 is #D9CFE7. Grayscale: #2A2A2A. Windows color (decimal): -14274536 or 1585190. OLE color: 1585190.

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

Color convert

RGB 38 48 24 -
CMYK 0.21 0 0.5 0.81
HSL 85º 0.33% 0.14% -
HSV(B) 85º 0.5% 0.19% -
XYZ 2.02 2.59 1.26 -
YUV 42.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 38 48 24 0.21 0 0.5 0.81 85 0.33 0.14
Hex 26 30 18 15 0 32 51 55 21 E
Octal 46 60 30 25 0 62 121 125 41 16
Binary 100110 110000 11000 10101 0 110010 1010001 1010101 100001 1110

Color Harmonies of #263018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263018

Black with #263018

Text Example


Text Example

White with #263018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263018; }

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

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

background-color css

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

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

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

border-color css

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

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

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