#263F16

Color #263F16 Black Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Forest #263F16

Tints of Black Forest #263F16

Color information

#263F16 (or 0x263F16) is unknown color: approx Black Forest. HEX triplet: 26, 3F and 16. RGB value is (38,63,22). Sum of RGB (Red+Green+Blue) = 38+63+22=123 (16% of max value = 765). Red value is 38 (15.23% from 255 or 30.89% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #263F16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #263F16 is #D9C0E9. Grayscale: #323232. Windows color (decimal): -14270698 or 1457958. OLE color: 1457958.

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

Color convert

RGB386322-
CMYK0.4000.650.75
HSL96.59º48.24%16.67%-
HSV(B)96.59º65.08%24.71%-
XYZ2.724.031.39-
YUV50.85111.72118.83-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 30.89%
GREEN value IS 63 (25% from 255) = 51.22%
BLUE value IS 22 (8.98% from 255) = 17.89%
R=30.89%
G=51.22%
B=17.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863220.4000.650.7596.5948.2416.67
Hex263F16280414B613011
Octal4677265001011131416021
Binary10011011111110110101000010000011001011110000111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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