#264233

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

Shades of English Holly #264233

Tints of English Holly #264233

Color information

#264233 (or 0x264233) is unknown color: approx English Holly. HEX triplet: 26, 42 and 33. RGB value is (38,66,51). Sum of RGB (Red+Green+Blue) = 38+66+51=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 51 (20.31% from 255 or 32.90% from 155); Max value from RGB is 66 - color contains mainly: green. Hex color #264233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264233 is #D9BDCC. Grayscale: #373737. Windows color (decimal): -14269901 or 3359270. OLE color: 3359270.

HSL color Cylindrical-coordinate representation of color #264233: hue angle of 147.86º degrees, saturation: 0.27, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264233 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.

Color convert

RGB386651-
CMYK0.4200.230.74
HSL147.86º26.92%20.39%-
HSV(B)147.86º42.42%25.88%-
XYZ3.354.553.83-
YUV55.92125.22115.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 51 (20.31% from 255) = 32.90%
R=24.52%
G=42.58%
B=32.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866510.4200.230.74147.8626.9220.39
Hex2642332A0174A941b14
Octal4610263520271122243324
Binary10011010000101100111010100101111001010100101001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264233; }

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

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

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

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

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

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

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

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