#263A2C

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

Shades of Holly #263A2C

Tints of Holly #263A2C

Color information

#263A2C (or 0x263A2C) is unknown color: approx Holly. HEX triplet: 26, 3A and 2C. RGB value is (38,58,44). Sum of RGB (Red+Green+Blue) = 38+58+44=140 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.14% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #263A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263A2C is #D9C5D3. Grayscale: #323232. Windows color (decimal): -14271956 or 2898470. OLE color: 2898470.

HSL color Cylindrical-coordinate representation of color #263A2C: hue angle of 138º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #263A2C is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB385844-
CMYK0.3400.240.77
HSL138º20.83%18.82%-
HSV(B)138º34.48%22.75%-
XYZ2.773.622.94-
YUV50.42124.37119.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.14%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=27.14%
G=41.43%
B=31.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3858440.3400.240.7713820.8318.82
Hex263A2C220184D8a1513
Octal467254420301152122523
Binary1001101110101011001000100110001001101100010101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,58,44); }

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

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

 a { background-color: rgb(38,58,44); }

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

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

 span { border-color: rgb(38,58,44); }

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