#254130

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

Shades of English Holly #254130

Tints of English Holly #254130

Color information

#254130 (or 0x254130) is unknown color: approx English Holly. HEX triplet: 25, 41 and 30. RGB value is (37,65,48). Sum of RGB (Red+Green+Blue) = 37+65+48=150 (19% of max value = 765). Red value is 37 (14.84% from 255 or 24.67% from 150); Green value is 65 (25.78% from 255 or 43.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 65 - color contains mainly: green. Hex color #254130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #254130 is #DABECF. Grayscale: #363636. Windows color (decimal): -14335696 or 3162405. OLE color: 3162405.

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

Color convert

RGB376548-
CMYK0.4300.260.75
HSL143.57º27.45%20%-
HSV(B)143.57º43.08%25.49%-
XYZ3.194.393.48-
YUV54.69124.22115.38-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 24.67%
GREEN value IS 65 (25.78% from 255) = 43.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=24.67%
G=43.33%
B=32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3765480.4300.260.75143.5727.4520
Hex2541302B01A4B901b14
Octal4510160530321132203324
Binary10010110000011100001010110110101001011100100001101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254130; }

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

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

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

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

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

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

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

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