#263914

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

Shades of Pine Tree #263914

Tints of Pine Tree #263914

Color information

#263914 (or 0x263914) is unknown color: approx Pine Tree. HEX triplet: 26, 39 and 14. RGB value is (38,57,20). Sum of RGB (Red+Green+Blue) = 38+57+20=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 20 (8.20% from 255 or 17.39% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #263914 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263914 is #D9C6EB. Grayscale: #2F2F2F. Windows color (decimal): -14272236 or 1325350. OLE color: 1325350.

HSL color Cylindrical-coordinate representation of color #263914: hue angle of 90.81º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #263914 is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB385720-
CMYK0.3300.650.78
HSL90.81º48.05%15.1%-
HSV(B)90.81º64.91%22.35%-
XYZ2.393.391.19-
YUV47.1112.71121.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 57 (22.66% from 255) = 49.57%
BLUE value IS 20 (8.20% from 255) = 17.39%
R=33.04%
G=49.57%
B=17.39%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3857200.3300.650.7890.8148.0515.1
Hex263914210414E5b30f
Octal4671244101011161336017
Binary1001101110011010010000101000001100111010110111100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263914; }

 p { color: rgb(38,57,20); }

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

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

 a { background-color: rgb(38,57,20); }

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

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

 span { border-color: rgb(38,57,20); }

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