#25402F

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

Shades of English Holly #25402F

Tints of English Holly #25402F

Color information

#25402F (or 0x25402F) is unknown color: approx English Holly. HEX triplet: 25, 40 and 2F. RGB value is (37,64,47). Sum of RGB (Red+Green+Blue) = 37+64+47=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 47 (18.75% from 255 or 31.76% from 148); Max value from RGB is 64 - color contains mainly: green. Hex color #25402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402F is #DABFD0. Grayscale: #363636. Windows color (decimal): -14335953 or 3096613. OLE color: 3096613.

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

Color convert

RGB376447-
CMYK0.4200.270.75
HSL142.22º26.73%19.8%-
HSV(B)142.22º42.19%25.1%-
XYZ3.114.273.35-
YUV53.99124.05115.88-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 64 (25.39% from 255) = 43.24%
BLUE value IS 47 (18.75% from 255) = 31.76%
R=25%
G=43.24%
B=31.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764470.4200.270.75142.2226.7319.8
Hex25402F2A01B4B8e1b14
Octal4510057520331132163324
Binary10010110000001011111010100110111001011100011101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,64,47); }

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

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

 a { background-color: rgb(37,64,47); }

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

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

 span { border-color: rgb(37,64,47); }

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