#263F30

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

Shades of English Holly #263F30

Tints of English Holly #263F30

Color information

#263F30 (or 0x263F30) is unknown color: approx English Holly. HEX triplet: 26, 3F and 30. RGB value is (38,63,48). Sum of RGB (Red+Green+Blue) = 38+63+48=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 63 (25% from 255 or 42.28% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 63 - color contains mainly: green. Hex color #263F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263F30 is #D9C0CF. Grayscale: #353535. Windows color (decimal): -14270672 or 3161894. OLE color: 3161894.

HSL color Cylindrical-coordinate representation of color #263F30: hue angle of 144º 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 #263F30 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.75.

Color convert

RGB386348-
CMYK0.4000.240.75
HSL144º24.75%19.8%-
HSV(B)144º39.68%24.71%-
XYZ3.114.183.44-
YUV53.82124.72116.72-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 63 (25% from 255) = 42.28%
BLUE value IS 48 (19.14% from 255) = 32.21%
R=25.50%
G=42.28%
B=32.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3863480.4000.240.7514424.7519.8
Hex263F30280184B901914
Octal467760500301132203124
Binary1001101111111100001010000110001001011100100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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