#263F0C

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

Shades of Pine Tree #263F0C

Tints of Pine Tree #263F0C

Color information

#263F0C (or 0x263F0C) is unknown color: approx Pine Tree. HEX triplet: 26, 3F and 0C. RGB value is (38,63,12). Sum of RGB (Red+Green+Blue) = 38+63+12=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 63 (25% from 255 or 55.75% from 113); Blue value is 12 (5.08% from 255 or 10.62% from 113); Max value from RGB is 63 - color contains mainly: green. Hex color #263F0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F0C is #D9C0F3. Grayscale: #313131. Windows color (decimal): -14270708 or 802598. OLE color: 802598.

HSL color Cylindrical-coordinate representation of color #263F0C: hue angle of 89.41º degrees, saturation: 0.68, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #263F0C is Cyan = 0.40, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.75.

Color convert

RGB386312-
CMYK0.4000.810.75
HSL89.41º68%14.71%-
HSV(B)89.41º80.95%24.71%-
XYZ2.643.990.98-
YUV49.71106.72119.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 63 (25% from 255) = 55.75%
BLUE value IS 12 (5.08% from 255) = 10.62%
R=33.63%
G=55.75%
B=10.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863120.4000.810.7589.416814.71
Hex263FC280514B5944f
Octal46771450012111313110417
Binary1001101111111100101000010100011001011101100110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263F0C; }

 p { color: rgb(38,63,12); }

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

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

 a { background-color: rgb(38,63,12); }

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

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

 span { border-color: rgb(38,63,12); }

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