#25402D

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

Shades of Holly #25402D

Tints of Holly #25402D

Color information

#25402D (or 0x25402D) is unknown color: approx Holly. HEX triplet: 25, 40 and 2D. RGB value is (37,64,45). Sum of RGB (Red+Green+Blue) = 37+64+45=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 64 (25.39% from 255 or 43.84% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 64 - color contains mainly: green. Hex color #25402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25402D is #DABFD2. Grayscale: #353535. Windows color (decimal): -14335955 or 2965541. OLE color: 2965541.

HSL color Cylindrical-coordinate representation of color #25402D: hue angle of 137.78º 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 #25402D is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB376445-
CMYK0.4200.300.75
HSL137.78º26.73%19.8%-
HSV(B)137.78º42.19%25.1%-
XYZ3.074.253.14-
YUV53.76123.05116.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 64 (25.39% from 255) = 43.84%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=25.34%
G=43.84%
B=30.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3764450.4200.300.75137.7826.7319.8
Hex25402D2A01E4B8a1b14
Octal4510055520361132123324
Binary10010110000001011011010100111101001011100010101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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