#263411

Color #263411 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #263411

Tints of Pine Tree #263411

Color information

#263411 (or 0x263411) is unknown color: approx Pine Tree. HEX triplet: 26, 34 and 11. RGB value is (38,52,17). Sum of RGB (Red+Green+Blue) = 38+52+17=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 17 (7.03% from 255 or 15.89% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #263411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263411 is #D9CBEE. Grayscale: #2B2B2B. Windows color (decimal): -14273519 or 1127462. OLE color: 1127462.

HSL color Cylindrical-coordinate representation of color #263411: hue angle of 84º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #263411 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.

Color convert

RGB385217-
CMYK0.2700.670.80
HSL84º50.72%13.53%-
HSV(B)84º67.31%20.39%-
XYZ2.132.910.98-
YUV43.82112.86123.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 17 (7.03% from 255) = 15.89%
R=35.51%
G=48.60%
B=15.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3852170.2700.670.808450.7213.53
Hex2634111B043505433e
Octal4664213301031201246316
Binary100110110100100011101101000011101000010101001100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263411; }

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

 H1.HeaderClassName
 {
   color: #263411;
 }
 .AnyTagClassName
 {
   color: #263411;
 }
</style>
background-color css

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

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

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

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

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

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