#253D2D

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

Shades of Holly #253D2D

Tints of Holly #253D2D

Color information

#253D2D (or 0x253D2D) is unknown color: approx Holly. HEX triplet: 25, 3D and 2D. RGB value is (37,61,45). Sum of RGB (Red+Green+Blue) = 37+61+45=143 (18% of max value = 765). Red value is 37 (14.84% from 255 or 25.87% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 45 (17.97% from 255 or 31.47% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #253D2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253D2D is #DAC2D2. Grayscale: #343434. Windows color (decimal): -14336723 or 2964773. OLE color: 2964773.

HSL color Cylindrical-coordinate representation of color #253D2D: hue angle of 140º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #253D2D is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB376145-
CMYK0.3900.260.76
HSL140º24.49%19.22%-
HSV(B)140º39.34%23.92%-
XYZ2.913.923.09-
YUV52124.05117.3-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25.87%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 45 (17.97% from 255) = 31.47%
R=25.87%
G=42.66%
B=31.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3761450.3900.260.7614024.4919.22
Hex253D2D2701A4C8c1813
Octal457555470321142143023
Binary1001011111011011011001110110101001100100011001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253D2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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