#264230

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

Shades of English Holly #264230

Tints of English Holly #264230

Color information

#264230 (or 0x264230) is unknown color: approx English Holly. HEX triplet: 26, 42 and 30. RGB value is (38,66,48). Sum of RGB (Red+Green+Blue) = 38+66+48=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 48 (19.14% from 255 or 31.58% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #264230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264230 is #D9BDCF. Grayscale: #373737. Windows color (decimal): -14269904 or 3162662. OLE color: 3162662.

HSL color Cylindrical-coordinate representation of color #264230: hue angle of 141.43º 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 #264230 is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB386648-
CMYK0.4200.270.74
HSL141.43º26.92%20.39%-
HSV(B)141.43º42.42%25.88%-
XYZ3.284.523.5-
YUV55.58123.72115.46-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 48 (19.14% from 255) = 31.58%
R=25%
G=43.42%
B=31.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866480.4200.270.74141.4326.9220.39
Hex2642302A01B4A8d1b14
Octal4610260520331122153324
Binary10011010000101100001010100110111001010100011011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264230; }

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

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

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

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

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

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

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

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