#254E2A

Color #254E2A Parsley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Parsley #254E2A

Tints of Parsley #254E2A

Color information

#254E2A (or 0x254E2A) is unknown color: approx Parsley. HEX triplet: 25, 4E and 2A. RGB value is (37,78,42). Sum of RGB (Red+Green+Blue) = 37+78+42=157 (20% of max value = 765). Red value is 37 (14.84% from 255 or 23.57% from 157); Green value is 78 (30.86% from 255 or 49.68% from 157); Blue value is 42 (16.80% from 255 or 26.75% from 157); Max value from RGB is 78 - color contains mainly: green. Hex color #254E2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #254E2A is #DAB1D5. Grayscale: #3D3D3D. Windows color (decimal): -14332374 or 2772517. OLE color: 2772517.

HSL color Cylindrical-coordinate representation of color #254E2A: hue angle of 127.32º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #254E2A is Cyan = 0.53, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.69.

Color convert

RGB377842-
CMYK0.5300.460.69
HSL127.32º35.65%22.55%-
HSV(B)127.32º52.56%30.59%-
XYZ3.916.013.14-
YUV61.64116.92110.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 23.57%
GREEN value IS 78 (30.86% from 255) = 49.68%
BLUE value IS 42 (16.80% from 255) = 26.75%
R=23.57%
G=49.68%
B=26.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3778420.5300.460.69127.3235.6522.55
Hex254E2A3502E457f2417
Octal4511652650561051774427
Binary100101100111010101011010101011101000101111111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254E2A; }

 p { color: rgb(37,78,42); }

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

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

 a { background-color: rgb(37,78,42); }

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

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

 span { border-color: rgb(37,78,42); }

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