#26422F

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

Shades of English Holly #26422F

Tints of English Holly #26422F

Color information

#26422F (or 0x26422F) is unknown color: approx English Holly. HEX triplet: 26, 42 and 2F. RGB value is (38,66,47). Sum of RGB (Red+Green+Blue) = 38+66+47=151 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25.17% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #26422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26422F is #D9BDD0. Grayscale: #373737. Windows color (decimal): -14269905 or 3097126. OLE color: 3097126.

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

Color convert

RGB386647-
CMYK0.4200.290.74
HSL139.29º26.92%20.39%-
HSV(B)139.29º42.42%25.88%-
XYZ3.264.513.39-
YUV55.46123.22115.54-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.17%
GREEN value IS 66 (26.17% from 255) = 43.71%
BLUE value IS 47 (18.75% from 255) = 31.13%
R=25.17%
G=43.71%
B=31.13%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3866470.4200.290.74139.2926.9220.39
Hex26422F2A01D4A8b1b14
Octal4610257520351122133324
Binary10011010000101011111010100111011001010100010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26422F; }

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

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

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

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

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

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

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

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