#263F33

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

Shades of English Holly #263F33

Tints of English Holly #263F33

Color information

#263F33 (or 0x263F33) is unknown color: approx English Holly. HEX triplet: 26, 3F and 33. RGB value is (38,63,51). Sum of RGB (Red+Green+Blue) = 38+63+51=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 63 (25% from 255 or 41.45% from 152); Blue value is 51 (20.31% from 255 or 33.55% from 152); Max value from RGB is 63 - color contains mainly: green. Hex color #263F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F33 is #D9C0CC. Grayscale: #363636. Windows color (decimal): -14270669 or 3358502. OLE color: 3358502.

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

Color convert

RGB386351-
CMYK0.4000.190.75
HSL151.2º24.75%19.8%-
HSV(B)151.2º39.68%24.71%-
XYZ3.174.213.78-
YUV54.16126.22116.48-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 63 (25% from 255) = 41.45%
BLUE value IS 51 (20.31% from 255) = 33.55%
R=25%
G=41.45%
B=33.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863510.4000.190.75151.224.7519.8
Hex263F33280134B971914
Octal467763500231132273124
Binary1001101111111100111010000100111001011100101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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