#253A2D

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

Shades of Holly #253A2D

Tints of Holly #253A2D

Color information

#253A2D (or 0x253A2D) is unknown color: approx Holly. HEX triplet: 25, 3A and 2D. RGB value is (37,58,45). Sum of RGB (Red+Green+Blue) = 37+58+45=140 (18% of max value = 765). Red value is 37 (14.84% from 255 or 26.43% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #253A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253A2D is #DAC5D2. Grayscale: #323232. Windows color (decimal): -14337491 or 2964005. OLE color: 2964005.

HSL color Cylindrical-coordinate representation of color #253A2D: hue angle of 142.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #253A2D is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.77.

Color convert

RGB375845-
CMYK0.3600.220.77
HSL142.86º22.11%18.63%-
HSV(B)142.86º36.21%22.75%-
XYZ2.753.613.03-
YUV50.24125.04118.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 26.43%
GREEN value IS 58 (23.05% from 255) = 41.43%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=26.43%
G=41.43%
B=32.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3758450.3600.220.77142.8622.1118.63
Hex253A2D240164D8f1613
Octal457255440261152172623
Binary1001011110101011011001000101101001101100011111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253A2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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