Html Css Color HEX #263011 Pine Tree

📋 copy color: '#263011'

red 38 ◦ green 48 ◦ blue 17

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

Shades of Pine Tree #263011

Tints of Pine Tree #263011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.5%

R = 36.89%
G = 46.6%
B = 16.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.65

 K value IS 0.81

RGB Variations

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

Color information

#263011 (or 0x263011) is known color: Pine Tree. HEX triplet: 26, 30 and 11. RGB value is (38,48,17). Sum of RGB (Red+Green+Blue) = 38+48+17=103 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.89% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #263011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263011 is #D9CFEE. Grayscale: #292929. Windows color (decimal): -14274543 or 1126438. OLE color: 1126438.

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

Color convert

RGB 38 48 17 -
CMYK 0.21 0 0.65 0.81
HSL 79.35º 0.48% 0.13% -
HSV(B) 79.35º 0.65% 0.19% -
XYZ 1.96 2.57 0.92 -
YUV 41.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 38 48 17 0.21 0 0.65 0.81 79.35 0.48 0.13
Hex 26 30 11 15 0 41 51 4F 30 D
Octal 46 60 21 25 0 101 121 117 60 15
Binary 100110 110000 10001 10101 0 1000001 1010001 1001111 110000 1101

Color Harmonies of #263011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263011

Black with #263011

Text Example


Text Example

White with #263011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263011; }

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

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

background-color css

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

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

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

border-color css

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

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

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