#245F2B

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

Shades of Parsley #245F2B

Tints of Parsley #245F2B

Color information

#245F2B (or 0x245F2B) is unknown color: approx Parsley. HEX triplet: 24, 5F and 2B. RGB value is (36,95,43). Sum of RGB (Red+Green+Blue) = 36+95+43=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 95 (37.5% from 255 or 54.60% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 95 - color contains mainly: green. Hex color #245F2B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245F2B is #DBA0D4. Grayscale: #474747. Windows color (decimal): -14393557 or 2842404. OLE color: 2842404.

HSL color Cylindrical-coordinate representation of color #245F2B: hue angle of 127.12º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #245F2B is Cyan = 0.62, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.63.

Color convert

RGB369543-
CMYK0.6200.550.63
HSL127.12º45.04%25.69%-
HSV(B)127.12º62.11%37.25%-
XYZ5.268.733.69-
YUV71.43111.95102.73-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 20.69%
GREEN value IS 95 (37.5% from 255) = 54.60%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=20.69%
G=54.60%
B=24.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3695430.6200.550.63127.1245.0425.69
Hex245F2B3E0373F7f2d1a
Octal441375376067771775532
Binary10010010111111010111111100110111111111111111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(36,95,43); }

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

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

 a { background-color: rgb(36,95,43); }

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

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

 span { border-color: rgb(36,95,43); }

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