#245D27

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

Shades of Parsley #245D27

Tints of Parsley #245D27

Color information

#245D27 (or 0x245D27) is unknown color: approx Parsley. HEX triplet: 24, 5D and 27. RGB value is (36,93,39). Sum of RGB (Red+Green+Blue) = 36+93+39=168 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.43% from 168); Green value is 93 (36.72% from 255 or 55.36% from 168); Blue value is 39 (15.62% from 255 or 23.21% from 168); Max value from RGB is 93 - color contains mainly: green. Hex color #245D27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245D27 is #DBA2D8. Grayscale: #454545. Windows color (decimal): -14394073 or 2579748. OLE color: 2579748.

HSL color Cylindrical-coordinate representation of color #245D27: hue angle of 123.16º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #245D27 is Cyan = 0.61, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.64.

Color convert

RGB369339-
CMYK0.6100.580.64
HSL123.16º44.19%25.29%-
HSV(B)123.16º61.29%36.47%-
XYZ5.018.353.27-
YUV69.8110.62103.89-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.43%
GREEN value IS 93 (36.72% from 255) = 55.36%
BLUE value IS 39 (15.62% from 255) = 23.21%
R=21.43%
G=55.36%
B=23.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3693390.6100.580.64123.1644.1925.29
Hex245D273D03A407b2c19
Octal4413547750721001735431
Binary100100101110110011111110101110101000000111101110110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245D27; }

 p { color: rgb(36,93,39); }

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

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

 a { background-color: rgb(36,93,39); }

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

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

 span { border-color: rgb(36,93,39); }

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