#253F2E

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

Shades of Holly #253F2E

Tints of Holly #253F2E

Color information

#253F2E (or 0x253F2E) is unknown color: approx Holly. HEX triplet: 25, 3F and 2E. RGB value is (37,63,46). Sum of RGB (Red+Green+Blue) = 37+63+46=146 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25.34% from 146); Green value is 63 (25% from 255 or 43.15% from 146); Blue value is 46 (18.36% from 255 or 31.51% from 146); Max value from RGB is 63 - color contains mainly: green. Hex color #253F2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F2E is #DAC0D1. Grayscale: #353535. Windows color (decimal): -14336210 or 3030821. OLE color: 3030821.

HSL color Cylindrical-coordinate representation of color #253F2E: hue angle of 140.77º 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 #253F2E is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB376346-
CMYK0.4100.270.75
HSL140.77º26%19.61%-
HSV(B)140.77º41.27%24.71%-
XYZ3.034.153.23-
YUV53.29123.89116.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.34%
GREEN value IS 63 (25% from 255) = 43.15%
BLUE value IS 46 (18.36% from 255) = 31.51%
R=25.34%
G=43.15%
B=31.51%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763460.4100.270.75140.772619.61
Hex253F2E2901B4B8d1a14
Octal457756510331132153224
Binary1001011111111011101010010110111001011100011011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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