#253F30

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

Shades of English Holly #253F30

Tints of English Holly #253F30

Color information

#253F30 (or 0x253F30) is unknown color: approx English Holly. HEX triplet: 25, 3F and 30. RGB value is (37,63,48). Sum of RGB (Red+Green+Blue) = 37+63+48=148 (19% of max value = 765). Red value is 37 (14.84% from 255 or 25% from 148); Green value is 63 (25% from 255 or 42.57% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 63 - color contains mainly: green. Hex color #253F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #253F30 is #DAC0CF. Grayscale: #353535. Windows color (decimal): -14336208 or 3161893. OLE color: 3161893.

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

Color convert

RGB376348-
CMYK0.4100.240.75
HSL145.38º26%19.61%-
HSV(B)145.38º41.27%24.71%-
XYZ3.074.163.44-
YUV53.52124.89116.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 25%
GREEN value IS 63 (25% from 255) = 42.57%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=25%
G=42.57%
B=32.43%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3763480.4100.240.75145.382619.61
Hex253F30290184B911a14
Octal457760510301132213224
Binary1001011111111100001010010110001001011100100011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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