#253F2D

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

Shades of Holly #253F2D

Tints of Holly #253F2D

Color information

#253F2D (or 0x253F2D) is unknown color: approx Holly. HEX triplet: 25, 3F and 2D. RGB value is (37,63,45). Sum of RGB (Red+Green+Blue) = 37+63+45=145 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.52% from 145); Green value is 63 (25% from 255 or 43.45% from 145); Blue value is 45 (17.97% from 255 or 31.03% from 145); Max value from RGB is 63 - color contains mainly: green. Hex color #253F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F2D is #DAC0D2. Grayscale: #353535. Windows color (decimal): -14336211 or 2965285. OLE color: 2965285.

HSL color Cylindrical-coordinate representation of color #253F2D: hue angle of 138.46º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #253F2D is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB376345-
CMYK0.4100.290.75
HSL138.46º26%19.61%-
HSV(B)138.46º41.27%24.71%-
XYZ3.014.143.12-
YUV53.17123.39116.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.52%
GREEN value IS 63 (25% from 255) = 43.45%
BLUE value IS 45 (17.97% from 255) = 31.03%
R=25.52%
G=43.45%
B=31.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763450.4100.290.75138.462619.61
Hex253F2D2901D4B8a1a14
Octal457755510351132123224
Binary1001011111111011011010010111011001011100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253F2D; }

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

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

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

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

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

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

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

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