#245C2A

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

Shades of Parsley #245C2A

Tints of Parsley #245C2A

Color information

#245C2A (or 0x245C2A) is unknown color: approx Parsley. HEX triplet: 24, 5C and 2A. RGB value is (36,92,42). Sum of RGB (Red+Green+Blue) = 36+92+42=170 (22% of max value = 765). Red value is 36 (14.45% from 255 or 21.18% from 170); Green value is 92 (36.33% from 255 or 54.12% from 170); Blue value is 42 (16.80% from 255 or 24.71% from 170); Max value from RGB is 92 - color contains mainly: green. Hex color #245C2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245C2A is #DBA3D5. Grayscale: #454545. Windows color (decimal): -14394326 or 2776100. OLE color: 2776100.

HSL color Cylindrical-coordinate representation of color #245C2A: hue angle of 126.43º 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 #245C2A is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB369242-
CMYK0.6100.540.64
HSL126.43º43.75%25.1%-
HSV(B)126.43º60.87%36.08%-
XYZ4.978.23.51-
YUV69.56112.45104.07-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 21.18%
GREEN value IS 92 (36.33% from 255) = 54.12%
BLUE value IS 42 (16.80% from 255) = 24.71%
R=21.18%
G=54.12%
B=24.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3692420.6100.540.64126.4343.7525.1
Hex245C2A3D036407e2c19
Octal4413452750661001765431
Binary100100101110010101011110101101101000000111111010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,92,42); }

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

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

 a { background-color: rgb(36,92,42); }

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

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

 span { border-color: rgb(36,92,42); }

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